AI Face Editor
Edit facial features of an image using AI. Each edit costs 1 frame. The height/width of the output image depends on your subscription. Please refer to our pricing page for more details
Request body
Example request
{
"name": "My Face Editor image",
"assets": {
"image_file_path": "api-assets/id/1234.png"
}
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 1
}Changes
Changed in 3 of the 58 revisions of this API.19
- ○
added the non-success response with the status
response-non-success-status-added
- ○
removed the
Not Foundenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
Unauthorizedenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲