Use Button API
Choose this path for a compact hosted downloader button inside an existing page, result list, or template.
Open Button APIloader.to Button API migration
Searching for https://loader.to/api/button/?url=? Use this guide to map that embed intent to the current Button API reference, pricing, docs, signup, and support paths.
Endpoint mapping
Old search pattern
https://loader.to/api/button/?url=VIDEO_URL&f=FORMAT
Button API pattern
https://p.savenow.to/api/button/?url=VIDEO_URL&f=FORMAT
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.
Migration map
This page avoids assumptions about an existing integration. Start by preserving the request shape, then confirm whether a hosted button or a REST API migration gives your product enough control.
Implementation
Keep the first pass small: one current embed, one Video Download API Button API equivalent, one pricing estimate, and one REST API check if you need authenticated server-side control.
Copy the current loader.to Button API URL shape and list every parameter your pages send.
Replace the endpoint host with the Video Download API host and keep url as the required source-video parameter.
Open the Button API reference to confirm optional format, color, linkUrl, and css behavior.
Use pricing and docs to decide whether the embed is enough or whether REST API control is a better production fit.
Create an API key before testing any REST migration path that needs authenticated download jobs or progress polling.
Decision path
Choose this path for a compact hosted downloader button inside an existing page, result list, or template.
Open Button APIChoose this path when your product needs authenticated jobs, progress polling, response handling, or custom UX.
Compare REST APIModel audio, MP4, subtitle, transcript, and duration costs before moving production traffic.
View pricingFAQ
Use the Video Download API Button API URL pattern on the configured API host: /api/button/?url=VIDEO_URL with optional format, color, link URL, and CSS parameters.
Use Button API when you need a compact hosted embed. Use the REST API when your application needs API-key authenticated jobs, progress polling, custom response handling, subtitles, transcripts, thumbnails, or metadata workflows.
Open the pricing calculator to estimate pay-as-you-go costs by output type, volume, and duration before moving production embeds or REST requests.
Yes. Share the current embed URL shape, expected formats, traffic volume, and migration goal through the contact page so support can point you to the right Button API or REST API path.
Next step