Button API reference

Button API for embedded video downloader actions

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

Start with the URL parameter

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

Parameters for /api/button/?url=

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

Embed the button in four steps

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.

Direct Button API URL

https://p.savenow.to/api/button/?url=https://www.youtube.com/watch?v=VIDEO_ID&f=mp3&color=%234f46e5

Iframe embed

<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

Common format values

Pass the format with f when your button should prefer a specific output. Availability can depend on the source video and requested output type.

mp3 m4a aac flac opus ogg wav mp4 360 480 720 1080 4k 8k

Next step

Use Button API for compact embeds, then move to REST when you need product control.