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:
api_token
: Your access_token
<aside> 💡 Go to this page to find out how to get the Access Token.
</aside>
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. |
200
: This status code indicates a successful workflow execution.400
: This status code indicates an error in the workflow.401
: This status code indicates an error in the workflow.403
: This status code indicates an error in the workflow.404
: This status code indicates an error in the workflow.500+
: This status code indicates an error in the workflow.