How do I get a Video Download API key?
Create a free account, open the dashboard, and use the generated API key in REST requests with the apikey parameter.
Start free, get a YouTube video download API key, and ship download, audio, subtitle, transcript, thumbnail, and metadata workflows from one public REST surface.
Migrating from https://loader.to/api/button/?url=? Open the loader.to Button API migration guide.
curl "https://p.savenow.to/ajax/download.php?format=mp3&url=VIDEO_URL&apikey=YOUR_API_KEY"
1. Request
Send a URL and format.
2. Poll
Track job progress.
3. Return
Use the download URL.
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.
Product overview
Video Download API is built around a REST video download API for teams that need control over downloader UX, pricing, formats, and polling. Widgets, cards, buttons, and templates are supporting paths for teams that want a smaller integration surface.
Primary product
Create download jobs, poll progress, and return video, audio, subtitle, transcript, thumbnail, and metadata results from your own product.
Fast embed
Drop a hosted converter experience into a page when speed matters more than full interface control.
UI shortcuts
Use prebuilt cards or action buttons to add downloader flows without designing every state yourself.
Starter projects
Start with ready-made downloader templates for common frontend and Laravel launches.
YouTube API use cases
Explore the API paths for YouTube downloads, MP3 audio conversion, MP4 video quality control, and direct API comparisons. Each use case connects back to the same API key, pricing, docs, and progress polling flow.
YouTube Download API
Build YouTube downloader products with a REST YouTube Download API for video, audio, subtitles, transcripts, thumbnails, and metadata.
View use caseYouTube to MP3 API
Run YouTube-to-MP3 conversion jobs with a REST API. Request MP3 output, poll progress, and estimate usage-based pricing for audio downloader workflows.
View use caseYouTube to MP4 API
Request YouTube to MP4 downloads from 360p through 8K when available with a REST API built for video quality, progress polling, and production downloader products.
View use caseSubtitle workflow
Generate VTT or SRT subtitles and transcript-ready text from YouTube videos using the same API key and documentation path.
View use caseMetadata workflow
Request structured title and thumbnail fields with add_info=1 before continuing through the download and polling flow.
SaaS provider comparison
Compare direct API pricing, keys, endpoints, docs, and support when evaluating marketplace-style YouTube API options.
View comparisonAPI pricing comparison
Compare YouTube download API pricing, migration scope, docs, and signup paths before choosing a provider.
View comparisonButton API migration
Map https://loader.to/api/button/?url= searches to Button API embeds, pricing, docs, and API key paths.
View migrationPricing teaser
Start free, test with your API key, then use usage-based pricing for production downloader traffic.
Comparing Ultrathink or loader.to API pricing? Start with the calculator, then use the comparison page to check migration, docs, and API key paths.
Docs and resources
Open the API reference for request details, or use resource templates when you want a faster downloader launch.
Support paths
Existing users can jump back into the dashboard, while new teams can reach support before committing build time.
Implementation links
The homepage now points developers to the right implementation surface instead of embedding the full tabbed documentation. Use REST for custom products, OpenAPI for endpoint details, and resources for hosted embeds or starter templates.
Full product control
Use this when you need authentication, request parameters, progress polling, response fields, subtitle formats, and pricing behavior in one implementation path.
Open REST API overviewOpenAPI docs
Jump into the generated reference for endpoint details, downloadable OpenAPI files, and request/response schemas.
Open API docsResources
Compare Widget API, Card API, Button API, and downloadable starters without loading the full documentation set on the homepage.
Browse resourcesAPI FAQ
Quick answers for developers comparing API keys, pricing, documentation, output formats, and the first REST call.
Create a free account, open the dashboard, and use the generated API key in REST requests with the apikey parameter.
Pricing is pay as you go. Start free for testing, then add wallet credit as download, audio, subtitle, transcript, or metadata usage grows.
Use the interactive OpenAPI documentation to review endpoints, parameters, progress polling, authentication, and response schemas before integrating.
The API supports MP3 audio, MP4 video qualities, subtitles, transcripts, thumbnails, and video metadata for supported video URLs.
Send a GET request to /ajax/download.php with a video URL, output format, and your API key, then poll the progress endpoint until the download URL is ready.