Open Connector
所有 Tools

TikTok logoTikTok

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

tiktokvcatalog-v19 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0 (TikTok user access)oauth2available
User Access Tokenapi_keyavailable

调用示例

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 目录

可用 Tools

9 个可调用操作

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Scopes

video.upload

Tags

contentvideouploadbatch

Provider 资源