Hosted embed
Widget API
Drop a hosted downloader interface into a page when you need the shortest path from idea to working UI.
Tradeoff
Fastest to launch, with less product-level control than the REST API.
REST API first, fast-launch resources when speed matters
REST API remains the primary product for custom video downloader products. Use Widget API, Card API, Button API, and Templates when you need a smaller integration surface to launch faster.
Resource map
Hosted embed
Drop a hosted downloader interface into a page when you need the shortest path from idea to working UI.
Framed UI
Use a prebuilt card when your page needs a larger downloader surface with simple parameters and embedded behavior.
Compact action
Add a downloader action beside your own content, search results, or video detail pages without designing a full widget.
Starter projects
Start from React or Laravel examples for Widget API, Card API, and Button API launches.
Implementation tradeoffs
The REST API gives product teams full control over request flow, polling, UI states, pricing behavior, and error handling. The fast-launch options trade some control for hosted UI, simpler setup, and starter code that gets a downloader experience in front of users sooner.
Hosted embed
Drop a hosted downloader interface into a page when you need the shortest path from idea to working UI.
Tradeoff
Fastest to launch, with less product-level control than the REST API.
Framed UI
Use a prebuilt card when your page needs a larger downloader surface with simple parameters and embedded behavior.
Tradeoff
More visible UI than a button, but still constrained to the hosted card experience.
Compact action
Add a downloader action beside your own content, search results, or video detail pages without designing a full widget.
Tradeoff
Smallest interface footprint, with fewer states shown before the user clicks.
Open Button API referenceStarter projects
Start from React or Laravel examples for Widget API, Card API, and Button API launches.
Tradeoff
Best for fast scaffolding, but production products should still review branding, analytics, and error states.
Examples
These examples show where each resource starts. Use the API documentation for full REST parameters, response shapes, progress polling, and authentication details.
<iframe src="https://p.savenow.to/api/widget?adUrl=https://example.com"></iframe>
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.
<iframe src="https://p.savenow.to/api/card2/?url=VIDEO_URL"></iframe>
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.
https://p.savenow.to/api/button/?url=VIDEO_URL&f=mp3
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.
Download a template, add your URL/ad parameters, then connect the REST API when you need deeper control.
Downloadable templates
Start with the framework your team is already using, then choose the Button API, Card API, or Widget API variant. Older React starter archives remain available, but they are separated from the current templates so similar download names do not look duplicated.
Framework
3 current templates grouped by integration type. Legacy starter archives are listed separately below.
Compact action preview
React Button API
A small downloader CTA that fits beside your own video detail or search result UI.
Button API
Current template
Current React template for a compact downloader call-to-action flow.
Download React Button API templateFramed downloader preview
React Card API
A larger embedded card with URL input, format choice, and visible downloader states.
Card API
Current template
Current React template for a framed downloader experience.
Download React Card API templateHosted widget preview
React Widget API
A hosted downloader panel intended for fast embeds where the API hosts the interface.
Widget API
Current template
Current React template for a hosted downloader interface.
Download React Widget API templateThese older starter assets are still downloadable for compatibility, but the current templates above are the primary option for new launches.
Older React starter archive for Button API launches. Kept available for teams that need the original starter asset.
Download React Button API starter templateOlder React starter archive for Widget API embeds. Kept available for teams that need the original starter asset.
Download React Widget API starter templateFramework
3 current templates grouped by integration type.
Compact action preview
Laravel Button API
A small downloader CTA that fits beside your own video detail or search result UI.
Button API
Current template
Current Laravel template for server-rendered downloader buttons.
Download Laravel Button API templateFramed downloader preview
Laravel Card API
A larger embedded card with URL input, format choice, and visible downloader states.
Card API
Current template
Current Laravel template with a prebuilt downloader card UI.
Download Laravel Card API templateHosted widget preview
Laravel Widget API
A hosted downloader panel intended for fast embeds where the API hosts the interface.
Widget API
Current template
Current Laravel template for fast embedded launches.
Download Laravel Widget API templateYouTube API use cases
Use these focused pages for download, audio conversion, MP4 quality, and direct API comparison workflows, then continue into the REST API docs when you build.
YouTube Download API
Build YouTube downloader products with a REST YouTube Download API for video, audio, subtitles, transcripts, thumbnails, and metadata.
YouTube 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.
YouTube 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.
Subtitles API
Create subtitle jobs, choose VTT or SRT output, poll progress, and return transcript files from the same REST API account.
RapidAPI alternative
Compare direct pricing, API keys, endpoints, docs, and support when your search starts with marketplace API options.
API pricing comparison
Evaluate YouTube download API pricing, migration risk, docs, and signup paths before choosing a provider.
Ready to build beyond templates?