1 Create Media Container

POST {{api_host}}/me/threads?text=This is a quoted post&media_type=TEXT&quote_post_id={{quote_post_id}}

Use the POST /{threads-user-id}/threads endpoint to create a text container.

Request Params

KeyDatatypeRequiredDescription
textstringThe 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_typestringSet to TEXT. Note: Type CAROUSEL is not available for single thread posts.
reply_controlstring
reply_to_idnull
quote_post_idstringThe id of the Threads post which is being quoted.