v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-012582298.4 KB
Comments

Add a comment to an existing comment thread

Append a comment to an existing comment thread. Returns the full updated thread.

Required permission: WRITE access to this social set.

post/v2/social-sets/{social_set_id}/drafts/{draft_id}/comment-threads/{comment_thread_id}/comments

Path parameters

social_set_idinteger required
draft_idinteger required
comment_thread_idstring uuid required

Request body

textstring required

Plain-text comment body. The server derives the stored rich_text from this.

Response

Created

idstring uuid required

Unique identifier for the comment thread.

draft_idinteger required

Identifier of the draft this comment thread belongs to.

platform'x' | 'linkedin' | 'mastodon' | 'threads' | 'bluesky' | 'substack' | 'x_article' required

Platform the comment thread is anchored on.

status'unresolved' | 'resolved' required

Resolution status of the comment thread.

selected_textstring nullable

The text the comment thread was originally anchored to. Captured when the thread was created and not re-derived afterwards, so it may not match the current post text if the post has been edited. Null for threads that were created against a whole post rather than a specific span.