抖音开放平台 API
抖音开放平台 API
Douyin Open Platform API lets third-party apps integrate Douyin features — content distribution, video upload, influencer management, Douyin store e-commerce, enterprise account management.
Official integration (no reverse engineering)
Strict review (sensitive industries denied)
Register developer account and create app at developer.open-douyin.com for client_key + client_secret. OAuth2 flow for user access_token.
Uptime · 30-day window
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.
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
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)
Example request
curl https://developer.open-douyin.com/<endpoint> \
-H "Authorization: Bearer $ACCESS_TOKEN"Getting started
Register developer account and create app at developer.open-douyin.com for client_key + client_secret. OAuth2 flow for user access_token.
FAQ
Can Douyin API be used on TikTok?+
No. Completely separate APIs. Overseas TikTok uses developers.tiktok.com API.
Technical details
- Auth type
- oauth
- Pricing
- free
- Rate limit
- 按 endpoint 配额;商业 app 申请提高
- Protocols
- REST
- SDKs
- python, javascript, php, java