1 Create Media Container
POST {{api_host}}/me/threads?text=This is a quoted post&media_type=TEXT"e_post_id={{quote_post_id}}
Use the POST
/{threads-user-id}/threads endpoint to create a text container.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
text | string | The text associated with the post. The first URL included in the text field will be used as the link preview for the post. For text-only posts, this parameter is required. | |
media_type | string | Set to TEXT. Note: Type CAROUSEL is not available for single thread posts. | |
reply_control | string | ||
reply_to_id | null | ||
quote_post_id | string | The id of the Threads post which is being quoted. |