Image Projects
AI Clothes Changer
Change outfits in photos in seconds with just a photo reference. Each photo costs 25 credits.
post/v1/ai-clothes-changer
Request body
Example request
{
"name": "My Clothes Changer image",
"assets": {
"person_file_path": "api-assets/id/model.png",
"garment_file_path": "api-assets/id/outfit.png",
"garment_type": "entire_outfit"
}
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 25
}