Vocal

Vocal Morphing

post

Update the audio narration of your video using the provided text.

Body
textstringOptional

Provide the text you want in audio

filestring · binaryOptional

Provide the video file

Responses
200
Vocal Morphing completed successfully
application/json
post
POST /api/v1/morph/vocal HTTP/1.1
Host: newbackend.morphai.io
Content-Type: multipart/form-data
Accept: */*
Content-Length: 31

{
  "text": "text",
  "file": "binary"
}
200

Vocal Morphing completed successfully

{
  "status": 200,
  "message": "Vocal Morphing completed successfully",
  "success": true,
  "data": {
    "url": "https://res.cloudinary.com/dnprda8z7/video/upload/v1740735969/morph-dapp/obhm5wwcjla1lzcn0vbs.mp4"
  }
}