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
POST /api/v1/morph/face HTTP/1.1 Host: newbackend.morphai.io Content-Type: multipart/form-data Accept: */* Content-Length: 54 { "video": "binary", "image": "binary", "faceEnhance": true }
Face Morphing completed successfully
{ "status": 200, "message": "Face Morphing completed successfully", "success": true, "data": { "url": "https://res.cloudinary.com/dnprda8z7/video/upload/v1740735969/morph-dapp/obhm5wwcjla1lzcn0vbs.mp4" } }