Image Projects
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
post/v1/ai-face-editor
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
}