Downlyby zatzd
DonateDownload Videos
& Photos
Instantly
Paste any post URL from Instagram, TikTok, Twitter, YouTube, Facebook, Pinterest or Reddit and get high-quality media ready to save. Fast, free, no registration.
Supports: Reels, Videos, Photos, Carousels, Shorts, GIFs
Supported Platforms
Reels, Posts, Stories
TikTok
Videos, Slideshows
Twitter / X
Videos, GIFs
YouTube
Videos, Shorts
Videos, Reels
Videos, Images
Videos, GIFs
Why Downly?
Fast
Get your download link in seconds.
No BS
No ads, no sign-up, no watermarks.
Multi-Platform
7+ social media platforms supported.
Fresh Links
Links are valid for 2 hours post-request.
Open Scrape
Downly exposes a public API endpoint you can use in your own projects. No API key needed. Rate limit: 10 requests/hour per IP.
POST https://downly.web.id/api/download
Content-Type: application/json
{ "url": "https://www.instagram.com/p/..." }
// Response
{
"status": "stream" | "redirect" | "picker",
"downloadUrl": "https://...",
"downloadUrls": ["https://..."],
"platform": "instagram",
"expiresAt": "2025-01-01T00:00:00Z",
"rateLimit": { "remaining": 9, "resetAt": "..." }
}Please use this API responsibly. Rate limit: 10 requests/hour per IP.