Open Connector
All tools

TikTok logoTikTok

Read TikTok user content and run bounded Content Posting workflows through the TikTok for Developers API.

tiktokvcatalog-v19 tools

Authentication

MethodKindStatusDetails
OAuth 2.0 (TikTok user access)oauth2available
User Access Tokenapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "TIKTOK_FETCH_PUBLISH_STATUS",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("TIKTOK_FETCH_PUBLISH_STATUS", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute TIKTOK_FETCH_PUBLISH_STATUS --data '{ }'

Tool catalog

Available tools

9 callable operations

Fetch Publish StatusTIKTOK_FETCH_PUBLISH_STATUSChecks the processing status of a TikTok video or photo post by publish_id.

Checks the processing status of a TikTok video or photo post by publish_id.

Authentication

Connected account required

Scopes

video.publishvideo.upload

Tags

contentpublishstatusread
Get User StatsTIKTOK_GET_USER_STATSFetches profile and statistics for the authenticated TikTok user.

Fetches profile and statistics for the authenticated TikTok user.

Authentication

Connected account required

Scopes

user.info.basic

Tags

profilestatsread
List VideosTIKTOK_LIST_VIDEOSLists recent public videos for the authenticated TikTok user.

Lists recent public videos for the authenticated TikTok user.

Authentication

Connected account required

Scopes

video.list

Tags

videosread
Post PhotoTIKTOK_POST_PHOTOCreates a TikTok photo post from one to 35 HTTPS image URLs.

Creates a TikTok photo post from one to 35 HTTPS image URLs.

Authentication

Connected account required

Scopes

video.publishvideo.upload

Tags

contentphotopublish
Publish VideoTIKTOK_PUBLISH_VIDEOPublishes a video by asking TikTok to pull it from a verified HTTPS URL.

Publishes a video by asking TikTok to pull it from a verified HTTPS URL.

Authentication

Connected account required

Scopes

video.publish

Tags

contentvideopublish
Query Creator InfoTIKTOK_QUERY_CREATOR_INFOReads the authenticated creator's current Content Posting settings.

Reads the authenticated creator's current Content Posting settings.

Authentication

Connected account required

Scopes

video.publish

Tags

creatorcontentread
Query VideosTIKTOK_QUERY_VIDEOSQueries metadata for selected videos owned by the authenticated user.

Queries metadata for selected videos owned by the authenticated user.

Authentication

Connected account required

Scopes

video.list

Tags

videosread
Upload VideoTIKTOK_UPLOAD_VIDEODownloads one bounded video from an HTTPS URL, initializes a TikTok inbox upload, and sends it in provider-compliant chunks.

Downloads one bounded video from an HTTPS URL, initializes a TikTok inbox upload, and sends it in provider-compliant chunks.

Authentication

Connected account required

Scopes

video.upload

Tags

contentvideoupload
Upload Videos (batch)TIKTOK_UPLOAD_VIDEOSUploads up to ten bounded video URLs to TikTok with bounded concurrency and per-item results.

Uploads up to ten bounded video URLs to TikTok with bounded concurrency and per-item results.

Authentication

Connected account required

Scopes

video.upload

Tags

contentvideouploadbatch

Provider resources