Download any music to device.
curl --request POST \ --url http://localhost:9000/api/v1/downloadmusic \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "query": "<string>" }'
{ "response": "https://res.cloudinary/downloadedvideo.mp4" }
song input selected from the /musicsearch endpoint.
/musicsearch
Direct Cloudinary Video URL.
Was this page helpful?