Skip to main content
Comments

Reply to a Comment

Post a reply to a comment on Facebook, Instagram, or Threads.

Post a reply to an existing comment. For Threads, pass the thread ID as commentId.

Request

POST /v1/comments
x-access-key: YOUR_ACCESS_KEY
Content-Type: application/json
{
	"platform": "instagram",
	"accountId": "INTEGRATION_ID",
	"commentId": "COMMENT_ID",
	"text": "Thanks for the kind words!"
}

Body parameters

ParameterTypeRequiredDescription
platformstringYesfacebook, instagram, or threads
accountIdstringYesIntegration ID from list_integrations
commentIdstringYesPlatform comment ID to reply to (thread ID for Threads)
textstringYesReply text

Response

{
	"success": true,
	"commentId": "NEW_COMMENT_ID"
}

On this page