Update the audio narration of your video using the provided text.
Provide the text you want in audio
Provide the video file
curl -L \ --request POST \ --url 'https://newbackend.morphai.io/api/v1/morph/vocal' \ --header 'Content-Type: multipart/form-data' \ --form 'text=text' \ --form 'file=binary'
{ "status": 200, "message": "Vocal Morphing completed successfully", "success": true, "data": { "url": "https://res.cloudinary.com/dnprda8z7/video/upload/v1740735969/morph-dapp/obhm5wwcjla1lzcn0vbs.mp4" } }