FastSaverAPI moved. The API and dashboard now live at api.fastsaver.iowhat changed.

FastSaverAPI is now at api.fastsaver.io

One REST API that turns a social-media link into a direct download URL and clean JSON. Nine platforms, one key. Since 2026-07-24 it is served from api.fastsaver.io — this site keeps the references and the guides.

Last updated

New base URL
https://api.fastsaver.io/v1
Old base URL
https://fastsaverapi.com/v1 · 301
API keys
unchanged
Response shape
identical

Moved 2026-07-24. Only the host changed — the full migration note lists every old path and where it now points.

the product

one API key, one request shape

  • Send a link and your X-Api-Key. Get JSON with a direct download URL.
  • No cookies, no proxies, no headless browser, no watermarks.
  • Nine platforms behind two endpoint shapes — /fetch and the YouTube family.
  • Telegram file_id for cached audio, so a bot replies without touching the file.
  • Pay per request: 1–25 credits depending on the call. Free tier is 1,000 credits, no card — see plans.
POST https://api.fastsaver.io/v1/youtube/download the heaviest call there is
request
curl -X POST https://api.fastsaver.io/v1/youtube/download \
  -H "X-Api-Key: fs_sk_•••••••••••" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://youtu.be/6dG1WWjew8s", "format": "2160p"}'
200 OK · response
{
  "ok": true,
  "video_id": "6dG1WWjew8s",
  "duration": 577,
  "download_url": "https://api.fastsaver.io/v1/tunnel?id=3f7a1c9e-52b4-4d18"
}

reference

pick your platform

Each page is a reference: the exact call, the response fields, the credit cost, working code, and where it stops working.

guides

or start from a working example

Get a key and make the first call

1,000 credits free, no card. Sign-up and the playground are on api.fastsaver.io.