Change the dress or outfit of a character or image using an input image and the desired outfit image.
Provide the image file you want to dress up
Provide the image file of the outfit
upper_body | lower_body | dresses
upper_body
curl -L \ --request POST \ --url 'https://newbackend.morphai.io/api/v1/outfit/dress-up' \ --header 'Content-Type: multipart/form-data' \ --form 'image=binary' \ --form 'outfit=binary' \ --form 'category=upper_body'
{ "status": 200, "message": "Dress-Up transformation completed successfully", "success": true, "data": { "url": "https://res.cloudinary.com/dnprda8z7/image/upload/v1740735969/morph-dapp/dress-up-example.jpg" } }