TikTok for Developers · Capability
TikTok Content Creation
Unified workflow capability for creating and publishing content on TikTok. Combines the Display API and Content Posting API to support the full content lifecycle: discovering user profile settings, initiating video uploads, and monitoring publish status. Designed for app developers, content management platforms, and media tools.
What You Can Do
GET
Get user info
— Get authenticated user's TikTok profile
/v1/users/me
GET
List videos
— List user's recent TikTok videos
/v1/videos
POST
Query videos
— Query TikTok video metadata by video IDs
/v1/videos/query
GET
Query creator info
— Get creator's content posting settings
/v1/posts/creator-info
POST
Init video publish
— Initiate a TikTok video upload or direct post
/v1/posts/init
POST
Get publish status
— Check the status of a video publish job
/v1/posts/status
MCP Tools
get-user-info
Retrieve authenticated user's TikTok profile information
read-only
idempotent
list-videos
List a user's most recent TikTok videos
read-only
idempotent
query-videos
Query TikTok video metadata by specific video IDs
read-only
idempotent
query-creator-info
Get TikTok creator's content posting settings and permissions
read-only
idempotent
init-video-publish
Initiate a TikTok video upload or direct post to a user's account
get-publish-status
Check the current status of a TikTok video publish job
read-only
idempotent
APIs Used
tiktok-display
tiktok-posting