Publish Carousel Thread
threads_publish_carouselPublish carousel posts with 2-20 images or videos to Threads by creating item containers, then a carousel container, then publishing with an optional caption.
Instructions
Publishes a carousel post (2–20 images/videos) to Threads.
Three-step flow:
Create individual item containers
Create carousel container referencing them
Publish
Args:
threads_user_id (string): Threads user ID
items (array): 2–20 items, each with url (string) and type ('IMAGE' or 'VIDEO')
text (string, optional): Caption text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| items | Yes | ||
| 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 |