POST
/
comments
/
reply
Available on Premium, Business, Enterprise plans.

Header Parameters

Authorization
string
required
Format: Authorization: Bearer API_KEY. See API overview for more information.
Profile-Key
string
Profile Key of a user profile.

Request Body

commentId
string
required

Returned from the /comment endpoint for the specific platform object. For example "facebook": { "commentId": "8392829334" }.

platforms
array
required

Only one social network allowed: facebook, instagram, linkedin, tiktok, twitter.

comment
string
required

Reply comment text.

searchPlatformId
boolean
required

Always set to true.

videoId
string

Only required for TikTok and returned from the POST /comment endpoint.

objResponse
boolean

Response as Object, otherwise as an Array. Default to true starting April 1, 2024.

mediaUrls
array

Attach an image by providing the image URL. Only one image is supported. Facebook only.