Image Projects
Face Swap Photo
Create a face swap photo. Each photo costs 10 credits. The height/width of the output image depends on your subscription. Please refer to our pricing page for more details
post/v1/face-swap-photo
Request body
Example request
{
"name": "My Face Swap image",
"assets": {
"face_swap_mode": "all-faces",
"source_file_path": "api-assets/id/1234.png",
"face_mappings": [
{
"original_face": "api-assets/id/0-0.png",
"new_face": "api-assets/id/1234.png"
}
],
"target_file_path": "api-assets/id/1234.png"
}
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 10
}