API key signup

Create your Video Download API key

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 template

Prepare this request before registration

Template key
cURL
curl --location "https://p.savenow.to/api/v2/download?format=mp3&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DK1Pu75yJUOE&apikey=YOUR_API_KEY"

This public command is a template. Copy it now, replace YOUR_API_KEY after signup, or use the dashboard copy action for a ready-to-run command with your real key.

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.

Review docs Check pricing Create account Copy API key Send first request

Success and streaming

Know what a working call returns

  1. 1. Submit the Download v2 request A successful request returns success: true with a ready streaming URL in the url field.
  2. 2. Use the returned URL Send users to the returned url for the direct Download v2 file stream.
  3. 3. Keep polling for legacy or text jobs Use the progress endpoint only for legacy download, subtitle, or transcript jobs documented in the API reference.

Docs

Inspect the request flow first

Read the download, progress, and subtitles endpoints before you create credentials.

Open API docs

Pricing

Estimate usage before signup

Use the pricing calculator if you want format, volume, or extended-duration context attached to signup.

View pricing

Signup

Create the key when you are ready

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 key

API key FAQ

Questions before you create the key

How do I get a Video Download API key?

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.

Where do I copy the API key in the dashboard?

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.

What should my first API request be?

Start with the documented cURL request for GET /api/v2/download using a video URL, format, and your dashboard API key. A working request returns success: true and a ready streaming URL.

How should I check pricing before creating an API key?

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.

Where are the API docs for using the key?

The API docs show authentication parameters, Download v2 examples, subtitles and transcripts, legacy progress polling, and downloadable OpenAPI files for reviewing request and response schemas.