Publish Video Thread
threads_publish_videoPublishes a video post to Threads with optional caption. Specify user ID and public video URL.
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 |
|---|---|---|---|
| threads_user_id | Yes | ||
| video_url | Yes | Public video URL | |
| text | No | ||
| reply_control | No | Who can reply to this post | |
| location_id | No | Location ID to tag (from Facebook Places search) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |