Create Submission Tool
create-submission-toolQueue a video to be published to a TikTok, Instagram or YouTube account. Set platform (defaults to tiktok) and account_id. Provide the video via exactly one of video_url (a public https link the server downloads) or upload_id (from create_upload_url). The account must be assigned to a phone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | No | Save as a draft on the phone instead of publishing. Supported on all three platforms. | |
| caption | No | Text for the post: up to 2200 characters on TikTok and Instagram. On YouTube this is the Short's TITLE — required, and capped at 100 characters. | |
| platform | No | Platform to post to: "tiktok" (default), "instagram" or "youtube". | |
| upload_id | No | Upload id from create_upload_url. Mutually exclusive with video_url. | |
| video_url | No | Public https URL of the video. Mutually exclusive with upload_id. | |
| account_id | No | ID of the account to post as. Required unless the deprecated tik_tok_account_id is given. | |
| tik_tok_account_id | No | Deprecated alias for account_id. |