TikTok integration
TikTok Content Posting API — query creator info, initiate video uploads to the inbox, initiate a direct post, and poll publish status. OAuth2 with the client_key parameter; all TikTok paths end with a trailing slash. Direct Post is restricted to SELF_ONLY privacy until the app passes TikTok's content-posting review; binary video upload is a separate step handled outside this connector.
Creator
- Query Creator Info — Query the authenticated creator's posting capabilities and settings. Required before initiating any upload.
Upload
- Initiate Inbox Upload — Initialize a FILE_UPLOAD single-chunk video upload to the creator's inbox (Drafts). Returns an upload_url and publish_id. The binary video upload step is separate and not handled by this connector.
- Initiate Direct Post — Initialize a direct video post. NOTE: unaudited apps are restricted to privacy_level SELF_ONLY — the video will be posted as private-only and is not visible to others. The app must pass TikTok's content-posting review to unlock other privacy levels.
Status
- Check Publish Status — Poll the publish status for a given publish_id. TikTok rate-limit guidance: poll at most once per minute.