Publish GIF Thread
threads_publish_gifPublish a GIF to Threads from a GIPHY URL. Creates a container and publishes it, with optional caption, reply-to, and reply controls.
Instructions
Publishes a GIF post to Threads using a GIPHY URL.
Two-step flow: creates a container, then publishes it.
Args:
threads_user_id (string): Threads user ID
gif_url (string): GIPHY URL of the GIF
text (string, optional): Caption text
reply_to_id (string, optional): Thread ID to reply to
reply_control (enum, optional): Who can reply — everyone, accounts_you_follow, or mentioned_only
Returns: Media ID of the published thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Caption text | |
| gif_url | Yes | GIPHY URL of the GIF | |
| reply_to_id | No | Thread ID to reply to | |
| 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 |