Threads supports text, media, link, and poll post types. The threads object exposes poll and ghost-post options.
Supported Post Types#
| Post Type | Description |
|---|
MEDIA | One or more images or videos |
STATUS | Text-only post, no media |
LINK | URL post with optional preview image |
Network Options#
Threads-specific settings are passed in the threads object on the post body.| Field | Type | Description |
|---|
poll | string[] | Poll options. Provide 2–4 choices, each 1–25 characters. |
isGhostPost | boolean | When true, the post is reply-only and not shown on the profile grid. |
Examples#
MEDIA post#
Post with a poll#
Ghost post#
LINK post#
Notes#
Threads does not support STORY or REEL post types.
poll requires 2–4 choices. Each option must be between 1 and 25 characters. Polls are only allowed on STATUS posts.
isGhostPost hides the post from the profile grid — it is only visible to users who reply to it.
The net field on captions, media, and links can be omitted to apply the content to all networks assigned to the post.
Modified at 2026-06-19 15:03:53