抖音开放平台 API logo

抖音开放平台 API

抖音开放平台 API

UnknownFreemedia

Douyin Open Platform API lets third-party apps integrate Douyin features — content distribution, video upload, influencer management, Douyin store e-commerce, enterprise account management.

Use it when

Official integration (no reverse engineering)

Watch for

Strict review (sensitive industries denied)

First check

Register developer account and create app at developer.open-douyin.com for client_key + client_secret. OAuth2 flow for user access_token.

Auth
oauth
CORS
?
HTTPS
Yes
Signup
?
Protocol
REST
Pricing
free

Uptime · 30-day window

Health history will appear here after the next daily check.
01

About this API

Douyin Open Platform was launched by ByteDance in 2018, letting third-party apps compliantly integrate Douyin features. Note: Douyin (domestic China) and TikTok (overseas, tiktok-com) are ByteDance "sister products" — similar tech stack but completely separate platforms, apps, APIs. Open Platform main scenarios: (1) MCN (multi-channel network) agencies managing tens to hundreds of influencer accounts, automating video publishing / data viewing; (2) Douyin Store e-commerce sellers using third-party ERP to sync orders / products / logistics; (3) Enterprise account automated operations (connect customer service systems, auto-reply messages); (4) Third-party video editing apps (CapCut-style tools) one-click publishing to Douyin. API covers OAuth user authorization, video upload, content review, influencer data, Douyin Store operations. Strict review — medical aesthetics, finance, lottery, and other sensitive industries mostly denied.

02

What you can build

  • 1MCN agencies bulk-publishing videos managing multiple influencers
  • 2Douyin e-commerce (Douyin Store) seller tools
  • 3Enterprise account automated operations
  • 4Third-party editing tools publishing to Douyin
03

Strengths & limitations

Strengths

  • Official integration (no reverse engineering)
  • Douyin's 600M+ DAU user base
  • Integrated e-commerce ecosystem

Limitations

  • Strict review (sensitive industries denied)
  • Some endpoints only open to enterprise customers
  • Overseas TikTok uses separate API (tiktok-com)
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://developer.open-douyin.com/<endpoint> \
  -H "Authorization: Bearer $ACCESS_TOKEN"
05

Getting started

Register developer account and create app at developer.open-douyin.com for client_key + client_secret. OAuth2 flow for user access_token.

06

FAQ

Can Douyin API be used on TikTok?+

No. Completely separate APIs. Overseas TikTok uses developers.tiktok.com API.

07

Technical details

CORS: ?HTTPS: YesSignup: ?Open source: No
Auth type
oauth
Pricing
free
Rate limit
按 endpoint 配额;商业 app 申请提高
Protocols
REST
SDKs
python, javascript, php, java
08

Tags