YouTube to MP3 API

Convert YouTube URLs to MP3 outputs through the Video Download API backend.

First request

Replace YOUR_API_KEY, run the command, then poll progress with the returned id.

curl --location "https://p.savenow.to/ajax/download.php?format=mp3&audio_quality=320&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DK1Pu75yJUOE&apikey=YOUR_API_KEY"

MP3 request path

Start a YouTube to MP3 API job by sending format=mp3, a URL-encoded YouTube URL, and your dashboard API key to the shared p.savenow.to API host.

Audio quality control

Pass audio_quality when the integration needs a specific MP3 bitrate. Common values are 128, 192, 256, and 320 kbps.

Progress polling

The download response returns a job id or progress URL. Poll /ajax/progress.php with that id until the response includes the final ready MP3 URL.

Wallet pricing

MP3 jobs use pay-as-you-go wallet pricing by output format and duration rules. Keep enough API key balance for production traffic instead of assuming unlimited free usage.

Review MP3 API pricing

First API key

Create an account, copy the API key from the dashboard, then replace YOUR_API_KEY in the MP3 cURL before testing a real request.

Get an API key