Step 1
Choose the video URL and output format your page should request.
Button API reference
Add a compact hosted download button beside your own content, search results, video pages, or templates using the stable /api/button/?url= pattern.
Embed URL
https://p.savenow.to/api/button/?url=VIDEO_URL&f=mp3
<iframe src="https://p.savenow.to/api/button/?url=VIDEO_URL&f=mp3" style="width:230px;height:60px;border:0;overflow:hidden;"></iframe>
Searching for https://loader.to/api/button/?url=? Use this page to map that Button API intent to the current embed examples, docs, templates, pricing, and signup path.
Reference
The Button API is best for compact UI embeds. If you need API-key authenticated jobs, response handling, and progress polling in your own product, use the REST API and OpenAPI docs.
| Parameter | Status | Description |
|---|---|---|
| url | Required | The source video URL to pass into the hosted download button. |
| f | Optional | Requested output format, such as mp3, m4a, mp4, or a supported quality value. |
| color | Optional | Hex color value for the hosted button styling. |
| linkUrl | Optional | Redirect or advertising URL used by the hosted button flow when configured. |
| css | Optional | URL for a custom CSS file when the embed needs site-specific styling. |
Implementation
Step 1
Choose the video URL and output format your page should request.
Step 2
Build the Button API URL with the url parameter and optional format or styling parameters.
Step 3
Embed the URL in an iframe sized for the compact button surface.
Step 4
Test the click flow on desktop and mobile before sending production traffic.
https://p.savenow.to/api/button/?url=https://www.youtube.com/watch?v=VIDEO_ID&f=mp3&color=%234f46e5
<iframe src="https://p.savenow.to/api/button/?url=https://www.youtube.com/watch?v=VIDEO_ID&f=mp3" style="width:230px;height:60px;border:0;overflow:hidden;" loading="lazy"></iframe>
Formats
Pass the format with f when your button should prefer a specific output. Availability can depend on the source video and requested output type.
Next step