Tiktok
TikTok short-form video platform + creation tools + social sharing
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Tiktok connects with a single OAuth click - there is no token to paste. The first time an agent uses a Tiktok action, FlyMyAI asks you to authorize your Tiktok account. Approve it once and the connection is reused for every later run.
- Provider: Tiktok
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
TIKTOK_FETCH_PUBLISH_STATUS | Fetch current publish/upload status for a given publish id. | publish_id |
TIKTOK_GET_USER_BASIC_INFO | Fetches basic tiktok user info for the authenticated user. | - |
TIKTOK_GET_USER_PROFILE | Fetches extended tiktok profile info for the authenticated user. | - |
TIKTOK_GET_USER_STATS | Fetches tiktok user stats for the authenticated user. | - |
TIKTOK_LIST_VIDEOS | Lists videos for the authenticated user (or specified creator). | - |
TIKTOK_POST_PHOTO | Create a photo post via content posting api (direct post or media upload). reference: https://developers.tiktok.com/doc/content-posting-api-reference-photo-post?enter method=left navigation | photo_images, photo_cover_index |
TIKTOK_PUBLISH_VIDEO | Finalize and publish a video from the inbox using its publish id. | publish_id |
TIKTOK_UPLOAD_VIDEO | Uploads a video to tiktok via the content posting api (init + single-part upload). this action initializes an upload session to obtain a presigned upload url, then uploads the entire file with a single put request. use a subsequent action to publish the post. | file_to_upload |
TIKTOK_UPLOAD_VIDEOS | Uploads multiple videos to tiktok concurrently (init + single-part upload per file). | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Tiktok!