Publish Video Thread
threads_publish_videoPublishes a video to a Threads user's profile, accepting a public MP4 URL, optional caption, location tag, and reply controls. Polls up to 60 seconds until processing completes.
Instructions
Publishes a video post to Threads.
Args:
threads_user_id (string): Threads user ID
video_url (string): Public URL of the video (MP4)
text (string, optional): Caption text
Note: Video processing may take time. Polls for up to 60 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| video_url | Yes | Public video URL | |
| location_id | No | Location ID to tag (from Facebook Places search) | |
| reply_control | No | Who can reply to this post | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |
| threads_user_id | Yes |