One API for social media downloads

Fast, clean media downloads for developers

YouTube in 4K and MP3, TikTok without watermark, Instagram reels, and 10+ more platforms. One token, one HTTPS request, no watermarks.

Read the docs

1,000 free credits · no card · test every endpoint live

Python SDKClone, install, download.
terminal

# 1. Clone the SDK

$
git clone https://github.com/bandicuttt/AnySave-API-SDK

# 2. Install dependencies

$
cd AnySave-API-SDK && pip install -e .

# 3. Run your first download

$
python examples/quick_start.py
example.py
import asyncio
from anysave_sdk import AnySaveClient

async def main():
    anysave = AnySaveClient(
        api_base_url="https://api.anysave.click",
        api_token="YOUR_TOKEN",
        download_dir="./downloads",
    )

    result = await client.smart_download("VIDEO_URL")

    for f in result.files:
        print(f"{f.type}: {f.path}")

asyncio.run(main())
endpoints

Four ways to get your media

Every use case has an optimal path — from millisecond cache hits to heavy HLS processing.

Cache Lookup

Milliseconds
POST /lookup

Check if the media is already in our Telegram cache. Returns file_id — the fastest way to deliver in Telegram bots.

Best for: Telegram bots, hot cache checks

Fast Links

Direct CDN
POST /links

Get direct CDN URLs from the source. No processing, no re-upload — just links you can hand to the client.

Best for: previews, quick downloads, lightweight apps

Sync Downloader

One connection
POST /downloader

Keep one HTTP connection open — we merge, trim, transcode and handle HLS on our servers. You get a ready file.

Best for: full downloads, HLS/DASH, format conversion

Async Tasks

Fire and poll
POST /tasks

Same power as /downloader, but non-blocking. Create a task, poll status, pick up the result. No hanging connections.

Best for: 4K videos, long HLS streams, background jobs

what's inside

every platform you actually need

One request shape, full metadata, every platform — from YouTube 4K and MP3 to TikTok without watermark

YouTube

Video up to 4K (2160p) · MP3 audio · HD & FHD

  • 4K, FHD, HD and MP3 in one call
  • Fast-link or full sync download
  • Audio-only extraction, no video re-encode

Instagram

Reels, posts, stories, highlights & carousels

  • Carousel album support
  • Reels without watermark
  • Private profiles via cookies

TikTok

Videos & slideshows — no watermark, ever

  • Clean HD video, zero TikTok watermark
  • Slideshow / album support
  • Audio-only MP3 extraction

Telegram file_id audio

Cached tracks as a ready-to-send file_id

  • Zero re-upload cost
  • Direct forwarding in bots
  • Free cache lookup endpoint

Likee

Full HD videos with audio extraction

  • Direct video links
  • MP3 audio extraction
  • User profile scanning

Pinterest · X · Facebook · RuTube

Four more platforms, same JSON shape

  • Pinterest pins & boards
  • Twitter/X videos
  • Facebook reels & videos
  • RuTube full video
live status

Live service status

Every downloader is tested automatically with real requests. Below — the latest results from our monitoring.

All systems operational· 13 of 13 operational

TikTok Photo Carousel

via download.links

Operational
Response:1.5s
11 hours ago

TikTok Video

via download.links

Operational
Response:1.2s
11 hours ago

YouTube Video

via download.links

Operational
Response:4.5s
11 hours ago

YouTube Short

via download.links

Operational
Response:3.8s
11 hours ago

Instagram Reel

via download.links

Operational
Response:3.9s
11 hours ago

Facebook Reel

via download.links

Operational
Response:4.3s
11 hours ago

X Video

via download.links

Operational
Response:4.4s
11 hours ago

X Photo

via download.links

Operational
Response:783ms
11 hours ago

Likee Video

via download.links

Operational
Response:3.1s
11 hours ago

Pinterest Video

via download.links

Operational
Response:1.4s
11 hours ago

Pinterest Photo

via download.links

Operational
Response:4.8s
11 hours ago

RuTube Short

via download.links

Operational
Response:898ms
11 hours ago

RuTube Video

via download.links

Operational
Response:1.1s
11 hours ago
how it works

from zero to JSON in three steps

Step 1

Grab your key

Sign in, get 1,000 free credits. No card.

Step 2

Call one endpoint

Send the link with your API key header.

Step 3

Get clean JSON

A direct download URL — or a Telegram file_id.

Try it before you build

Paste a link in the docs playground and get real JSON back — the live API, no setup.

Open playground
the honest part

3 months of pain, or 5 minutes of setup

Building scrapers yourself burns a lot of time. Through our API — you're integrated before lunch.

Build it yourself

3+ months

to production

  • Fight residential proxies

    Rent, rotate, monitor — costs $200+/mo alone

  • Refresh session cookies

    They expire every few hours across every platform

  • Solve captchas & rate limits

    New anti-bot measures ship every month

  • Strip watermarks manually

    TikTok, Instagram — each platform, different pipeline

  • Re-upload to Telegram

    Download save send. Slow and expensive.

  • Maintain a scraper per platform

    10+ services, breaks weekly, you're on-call

VS
recommended

Use our API

5 minutes

to first request

  • One API key, one HTTPS call

    Same request shape for every platform

  • One JSON response format

    Predictable envelope — no surprises in parsing

  • Clean, no-watermark by default

    You never think about post-processing

  • Telegram file_id ready to send

    Zero re-upload, zero storage costs for bots

  • Multi-server infra that absorbs bans

    We rotate IPs, you never see a 429

  • We track every platform change

    Break in the wild fix in our side. You don't lift a finger.

transparent pricing

pay only for what you call

Pay per request. No subscriptions to forget, no surprise overage.

custom plans

Need More Power?

Volume pricing, dedicated infrastructure, white-label — we'll build it with you.

  • Custom credit limits (5M+ available)
  • Higher rate limits (2000+ reqs/minute)
  • Dedicated infrastructure & SLA
  • White-label solutions available

Let's Talk

Get a personalized quote within 24 hours.

Contact on Telegram
the short answers

questions, answered plainly

no card, no config

start building in the next five minutes

Sign in, grab your key, ship your first call.

Chat with support
YouTube 4K, TikTok & Instagram Downloader API — AnySave API