Get an API key
Use the dashboard to create and manage an API key, inspect usage, add wallet balance, and continue existing account workflows.
First request
Replace VIDEO_ID and YOUR_API_KEY, run the request, then pass the returned id to /ajax/progress.php until the download is ready.
curl --get "https://p.savenow.to/ajax/download.php" \
--data-urlencode "url=https://www.youtube.com/watch?v=VIDEO_ID" \
--data "format=mp3" \
--data "apikey=YOUR_API_KEY"
Create the key
Register or sign in, then copy the generated API key from the dashboard for docs review and first-request testing.
See what is free before production usageSend a request
Call https://p.savenow.to/ajax/download.php with url, format, and apikey=YOUR_API_KEY parameters.
Read the download API contractTrack progress
Poll /ajax/progress.php with the returned id until the response includes the final download URL. Production jobs consume wallet balance according to pricing.