The /face-retoucher API endpoint triggers the face-retoucher workflow. This API removes skin imperfections seen in the photo using the Aicado AI platform.

Insert line aboveInsert line belowDelete

This API endpoint is accessed using the POST method.

When you make a request to this endpoint, you should include the following query parameters:

<aside> 💡 Go to this page to find out how to get the Access Token.

</aside>

Body Params

Name Type Required? Description
image string Required The URL of the image to be retouched.

Examples:

"https://storage.googleapis.com/falserverless/model_tests/retoucher/Dalton-Meereskosmetik-Magazin-Pickelguide-Model_1.resized.jpg" | | seed | integer | Optional | Seed for reproducibility. Different seeds will make slightly different results. | | response_webhook_url | string | Optional | The webhook URL to receive response updates. |

Responses

Code Examples