cURL
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" }
Convert any video or audio format to mp3
Was this page helpful?