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.
Starter 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.
YouTube API use cases
Use these focused pages for download, audio conversion, and MP4 quality 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
Convert YouTube videos to MP3 and other audio formats with a REST API for audio downloader workflows, progress polling, and usage-based pricing.
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.
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>
<iframe src="https://p.savenow.to/api/card2/?url=VIDEO_URL"></iframe>
https://p.savenow.to/api/button/?url=VIDEO_URL&f=mp3
Download a template, add your URL/ad parameters, then connect the REST API when you need deeper control.
Downloadable templates
Download React and Laravel starters for Button API, Card API, and Widget API launches. Each download keeps template analytics so resource usage can be measured by framework and surface.
React / Button API
Legacy React button starter project for quick downloader button launches.
Download templateReact / Widget API
Legacy React widget starter project for embedded downloader experiences.
Download templateReact / Button API
React button integration with a compact call-to-action download flow.
Download templateReact / Card API
React card integration for a framed downloader experience.
Download templateReact / Widget API
React widget integration for a hosted downloader interface.
Download templateLaravel / Button API
Laravel button integration for server-rendered pages.
Download templateLaravel / Card API
Laravel card integration with a prebuilt downloader UI.
Download templateLaravel / Widget API
Laravel widget integration for fast embedded launches.
Download templateReady to build beyond templates?