Perform a face-swap on your video by providing a video and an image of the face to use.
Provide the video file to swap face
Provide the image file of the face to use
true | false
true
curl -L \ --request POST \ --url 'https://newbackend.morphai.io/api/v1/morph/face' \ --header 'Content-Type: multipart/form-data' \ --form 'video=binary' \ --form 'image=binary' \ --form 'faceEnhance=true'
{ "status": 200, "message": "Face Morphing completed successfully", "success": true, "data": { "url": "https://res.cloudinary.com/dnprda8z7/video/upload/v1740735969/morph-dapp/obhm5wwcjla1lzcn0vbs.mp4" } }