create_video_post
Upload a video to create a Threads post. After processing, use get_container_status to verify readiness, then publish.
Instructions
Create a Threads post with a video. Videos require processing time — use get_container_status to check readiness, then publish_thread when FINISHED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_url | Yes | Public URL of the video to post | |
| text | No | Optional caption text | |
| publish | No | Whether to auto-publish after upload (default: false — videos need processing time) | |
| reply_control | No | ||
| alt_text | No | Accessibility alt text for the video |