Image Projects
Head Swap
Swap a head onto a body image. Each image costs 10 credits. Output resolution depends on your subscription; you may set max_resolution lower than your plan maximum if desired.
post/v1/head-swap
Request body
Example request
{
"name": "My Head Swap image",
"max_resolution": 1024,
"assets": {
"body_file_path": "api-assets/id/1234.png",
"head_file_path": "api-assets/id/5678.png"
}
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 10
}