Publish Image Thread
threads_publish_imagePublishes an image post to Threads with optional caption, reply controls, and location tagging.
Instructions
Publishes an image post to Threads.
Args:
threads_user_id (string): Threads user ID
image_url (string): Public URL of the image (JPEG or PNG)
text (string, optional): Caption text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threads_user_id | Yes | ||
| image_url | Yes | Public image URL | |
| text | No | Caption text | |
| 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 |