Y
Youtube Download API
Endpoints
2
Ungrouped Endpoints 2
What is the Youtube Download API?
Download audio and video from YouTube
Youtube Download API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
Youtube Download API endpoints
- GET
/ajax/download.phpCreate a download job
Submits a new download job for the given `url` in the requested `format`. Returns a unique `id` you can pass to the Progress endpoint to poll for completion and retrieve the final download URL.
- GET
/ajax/progressCheck download progress
Polls the status of a previously-submitted download job. Keep polling until `progress == 1000` (i.e. 100%) and `download_url` is populated.