create_image_post
Create a Threads post with an image and optional caption. Set publish to true to post immediately.
Instructions
Create a Threads post with an image. Set publish:true to immediately publish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | Public URL of the image to post | |
| text | No | Optional caption text | |
| publish | No | Whether to immediately publish (default: true) | |
| reply_control | No | ||
| alt_text | No | Accessibility alt text for the image |