Docs
Inspect the request flow first
Read the download, progress, and subtitles endpoints before you create credentials.
Open API docsAPI key signup
Sign up to generate a dashboard API key, then use the docs and pricing context here to make your first request with the right endpoint, format, and polling flow.
First call preview
curl --location "https://p.savenow.to/ajax/download.php?format=mp3&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DK1Pu75yJUOE&add_info=1&apikey=************1234"
The dashboard shows your real API key after signup. The preview keeps the key masked, but the endpoint, parameters, and polling flow match the first request you will run.
p.savenow.to is the default shared API host used in public examples. If your dashboard shows a custom API hostname, use that account-specific host instead.
Success and polling
success: true with a job id.
/ajax/progress?id=JOB_ID every 2-3 seconds until progress reaches 1000.
download_url, fetch that URL or hand it back to your app.
Docs
Read the download, progress, and subtitles endpoints before you create credentials.
Open API docsPricing
Use the pricing calculator if you want format, volume, or extended-duration context attached to signup.
View pricingSignup
Registration creates your account and dashboard API key so you can return to the docs with credentials ready for the first request.
Create account and API keyAPI key FAQ
Continue from this page to create your account. After registration, the dashboard generates the API key that belongs to your account and is used for download, subtitle, transcript, and progress requests.
Open the dashboard after signup and use the API Key area to copy the generated key. The public page only shows a masked example so your real credential is never exposed before you sign in.
Start with the documented cURL request for GET /ajax/download.php using a video url, format, and your dashboard API key. A working request returns success: true and a job id for progress polling.
Use the pricing calculator to estimate usage by format, volume, and duration. When you continue from pricing to this page, that intent is carried into signup so the first-request context stays intact.
The API docs show authentication parameters, endpoint examples, progress polling, subtitles and transcripts, and downloadable OpenAPI files for reviewing the request and response schema.