| Check Video Publish Status | check_video_publish_status | Check the status of a pending or completed video publish operation |
| Direct Post Video | direct_post_video | Publish a video directly to the creator’s TikTok profile via FILE_UPLOAD (the bytes are uploaded straight to TikTok, no public URL needed). Requires the video.publish scope. |
| List User Public Videos | list_user_public_videos | List the authenticated user’s recent public videos |
| Query Creator Info | query_creator_info | Query the creator’s posting options before a direct post (privacy options, interaction toggles, max video duration). Requires video.publish scope. |
| Query Video Metrics by Id | query_video_metrics_by_id | Query specific videos by ID to retrieve their metrics and details |
| Upload Video to Creator Inbox | upload_video_to_creator_inbox | Upload a video to TikTok creator inbox as a draft via PULL_FROM_URL (requires video.upload scope). The creator receives an inbox notification and can review/edit before posting. To publish straight to the profile instead, use the Direct… |