
Publish Threads posts and manage media, replies, conversations, and keyword search
Sign in to connectGet the authenticated Threads user profile (GET /me).
List Threads media created by a user (GET /{user_id}/threads). Paginated.
Retrieve a single Threads media object by ID.
Search public Threads media by keyword or topic tag (requires threads_keyword_search permission).
Create a Threads media container (POST /{user_id}/threads). Use threads_publish_media_container to publish. For replies set reply_to_id; use media_type TEXT, IMAGE, VIDEO, or CAROUSEL.
Publish a media container returned by threads_create_media_container (POST /{user_id}/threads_publish).
Check processing status of a media container before publishing.
List top-level replies for a Threads media object.
Get flattened conversation (all nested replies) for a root Threads post.
Hide or unhide a top-level reply (POST /{reply_id}/manage_reply).
Repost another user's Threads post.
Delete a Threads media object owned by the authenticated user.
Connecting Threads will request the following permissions:
You can revoke access at any time from your account settings.