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.
- 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 —
/fetchand the YouTube family. - Telegram
file_idfor 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.
https://api.fastsaver.io/v1/youtube/download
the heaviest call there is
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"}'
{
"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.
Reels, posts, carousels, stories.
TikTok
Videos and photo posts, no watermark.
YouTube
Up to 4K, audio, search, metadata.
Telegram bots
Cached audio as a ready file_id.
Shazam
Recognise a song, charts, lyrics.
Pins, pin videos, idea pins.
X (Twitter)
Videos and GIFs from public posts.
Public videos and reels.
RuTube
Russian-language video hosting.
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.