Skip to content

TikTok ​

Access user data, post videos, and manage content via the TikTok API.

DetailValue
CategorySocial Media
Base URLhttps://open.tiktokapis.com/v2
AuthenticationOAuth2
Endpoints5
Connector keytiktok

Using TikTok in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick TikTok from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /user/info/Get user info
POST /video/list/List user videos
POST /video/query/Get video details by IDs
POST /post/publish/video/init/Initialize a video upload
POST /post/publish/status/fetch/Check publish status

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.