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.
1,000 free credits · no card · test every endpoint live
# 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.pyimport 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())Four ways to get your media
Every use case has an optimal path — from millisecond cache hits to heavy HLS processing.
Cache Lookup
MillisecondsPOST /lookupCheck 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 CDNPOST /linksGet 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 connectionPOST /downloaderKeep 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 pollPOST /tasksSame 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
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
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 service status
Every downloader is tested automatically with real requests. Below — the latest results from our monitoring.
TikTok Photo Carousel
via download.links
TikTok Video
via download.links
YouTube Video
via download.links
YouTube Short
via download.links
Instagram Reel
via download.links
Facebook Reel
via download.links
X Video
via download.links
X Photo
via download.links
Likee Video
via download.links
Pinterest Video
via download.links
Pinterest Photo
via download.links
RuTube Short
via download.links
RuTube Video
via download.links
from zero to JSON in three steps
Grab your key
Sign in, get 1,000 free credits. No card.
Call one endpoint
Send the link with your API key header.
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 playground3 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
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.
pay only for what you call
Pay per request. No subscriptions to forget, no surprise overage.
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
questions, answered plainly
start building in the next five minutes
Sign in, grab your key, ship your first call.