saveapi.org
You are only billed for successful downloads

Every download,
one endpoint.

Paste a link, get back clean media URLs and full metadata. No watermarks, no headless browsers, no scraping stack to maintain.

NO CARD REQUIRED/JSON ONLY/10 PLATFORMS
curl -s "https://api.saveapi.org/v1/download" \
  -H "Authorization: Bearer sk_live_xxxx" \
  -G --data-urlencode "url=https://instagram.com/reel/Cx1a2b3c"
200
{ "success": true, "platform": "instagram",
  "medias": [{ "type": "video", "url": "https://...", "ext": "mp4" }] }
10
platforms supported
1
response shape for all of them
0
credits charged for failed requests

Ten platforms, one contract

The response shape never changes between sources. Detect nothing, branch nowhere — write the parser once and forget it.

InstagramSTABLE
reels · posts · stories
TikTokSTABLE
video · slideshow · music
FacebookSTABLE
reels · watch · posts
Twitter / XSTABLE
video · gif · images
PinterestSTABLE
pin video · images
SnapchatSTABLE
spotlight · stories
LikeeSTABLE
video · audio
ThreadsSTABLE
video · images
VKSTABLE
video · clips · posts
RutubeSTABLE
video · quality picker

Endpoints

Everything is a GET. Authorize with a bearer token, pass the link, read the JSON.

GET/v1/downloadDetect the platform from the link and resolve it to direct media URLs1 credit
GET/v1/{platform}Target one platform directly — same response shape1 credit
GET/v1/detectCheck whether a link is supported before spending a creditfree
GET/v1/meKey details, plan limits and remaining quotafree
GET/v1/usageDaily request history and per-platform breakdownfree

Pricing

Billed per successful request. Private, deleted or failed links are never charged.

Free
$0/mo
200 requests / day
  • All 10 platforms, no feature gates
  • Watermark-free media
  • 2 req/s
  • Community support
Business
$79/mo
1,000,000 requests / mo
  • 100 req/s sustained
  • IP allow-list per key
  • Custom quota on request
  • Priority support channel

Questions before you build

We never touch the files. The API returns direct links from the source platform's own CDN — nothing is downloaded to, passed through, or stored on our servers.

Ship the download feature this afternoon.

Key in under a minute. 200 requests a day, free forever.

Create API key