EasyDown API Docs

Social Media Video Downloader API

Developer docs for one video downloader API across TikTok, YouTube, Instagram, X, RedNote, Bilibili, Douyin, Threads, Kuaishou, Weibo, and Toutiao.

Build one social media video downloader integration for 11 platforms. Use the common API for normalized media or a platform endpoint for downloadable media plus the complete sanitized platform data object.

Choose an API response

APIUse it when
POST /api/v1/parseYou need one stable media model across every supported platform.
POST /api/v1/platforms/{platform}/parseYou need normalized media and the final sanitized platform data object.

Supported platforms

Each platform page documents its accepted links, full-data response, limits, errors, and live request schema.

Downloadable media

Successful responses can contain video, image, or audio files. The normalized media model keeps client code stable even when upstream platform fields change.

Endpoints

  • POST https://api.easydown.org/api/v1/parse
  • POST https://api.easydown.org/api/v1/platforms/{platform}/parse
  • GET https://api.easydown.org/api/v1/capabilities
  • GET https://api.easydown.org/openapi.json

API credits and billing

A response is charged only after downloadable media is returned. Each successful parse costs 1 credit. Authentication, validation, permission, unavailable-content, no-media, and upstream failures are not charged.