Convert any video or audio format to mp3
curl --request POST \ --url http://localhost:9000/api/v1/convert2mp3 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'url=<string>'
{ "response": "https://res.cloudinary/downloadedvideo.mp3" }
input audio or video vile
Url to the video or audio specified. Either this or the file is required.
Direct Cloudinary Video URL.
Was this page helpful?