cURL
curl --request POST \ --url http://localhost:9000/api/v1/downloadvideo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "resolution": "<string>" }'
{ "response": "https://res.cloudinary/downloadedvideo.mp4" }
Download online videos from various websites
Was this page helpful?