Publish Carousel Thread
threads_publish_carouselCreate and publish carousel posts with multiple images or videos to Threads. Upload items, optionally add caption, and control reply settings.
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 |
|---|---|---|---|
| threads_user_id | Yes | ||
| items | Yes | ||
| text | No | ||
| reply_control | No | Who can reply to this post | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |