Youtube Audio Downloader & Converter
## YouTube MP3 Audio Converter API Extract and convert audio from any YouTube video in seconds. Built for developers who need reliable, high-quality audio conversion without the hassle. ### Features - **8 output formats** — MP3, WAV, FLAC, AAC, M4A, OGG, OPUS, WebM - **Two conversion modes** — synchronous (get the file directly) or async jobs (fire and forget, poll for result) - **Proxy-backed**…
Youtube Audio Downloader & Converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
downloadJob /api/v2/jobs/{jobId}/download |
Downloads the converted audio file. Only available when status is 'done'. Files expire after 24 hours. |
| POST |
convertSync /api/v2/convert |
Converts a YouTube video to the specified audio format and returns the file directly. Best for short videos. For longer videos use the async /jobs endpoint. |
| GET |
getJobStatus /api/v2/jobs/{jobId} |
Returns current status of a conversion job. Poll every 2-3 seconds. When status is 'done', use downloadUrl to fetch the file. |
| POST |
createJob /api/v2/jobs |
Starts a conversion job and returns a job ID immediately. Poll GET /api/v2/jobs/{jobId} for status. |
| GET |
getFormats /api/v2/formats |
Returns all supported audio output formats. |
| Other endpoints | ||
| GET |
downloadJob /api/v2/jobs/{jobId}/download |
Downloads the converted audio file. Only available when status is 'done'. Files expire after 30 minutes. |
| GET |
getFormats /api/v2/formats |
Returns all supported audio output formats. |
| POST |
createJob /api/v2/jobs |
Starts a conversion job and returns a job ID immediately. Poll GET /api/v2/jobs/{jobId} for status. |
| POST |
convertSync /api/v2/convert |
Converts a YouTube video to the specified audio format and returns the file directly. Best for short videos. For longer videos use the async /jobs endpoint. |
| GET |
getJobStatus /api/v2/jobs/{jobId} |
Returns current status of a conversion job. Poll every 2-3 seconds. When status is 'done', use downloadUrl to fetch the file. |
Youtube Audio Downloader & Converter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10.99 / month | — |
|
| ULTRA Recommended | $45.99 / month | — |
|
| MEGA | $85.99 / month | — |
|