Public, login-free links only · 512 MB max · processed videos are stored privately in Cloudflare R2 · download links expire in 10 minutes · temporary files are removed after about 1 day · only download content you own or are authorized to use.
One API for 39 Platform Parsers
Parse public media links through a same-origin REST API, receive normalized JSON fields, and request server-side downloads when needed.
Connect Your App with a Stable JSON Contract
Single parse, batch parse, and server-side download follow consistent HTTP conventions. Test them live and copy multi-language examples in the playground.
> { "url": "https://www.youtube.com/watch?v=..." }
{ "success": true, "platform_key": "youtube", "video_url": "https://..." }
Normalized Response Fields
Results from different platforms map to common fields for title, author, cover, media URL, duration, and engagement data.
39 Registered Platform Parsers
The platform registry is the shared capability baseline. The status endpoint returns the current parser list and matching rules.
Process Link Batches in Input Order
Queue up to 40 links, send at most 10 per request, and preserve input order while backend concurrency remains bounded.