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

Header Parameters

Authorization
string
required
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Key
string
Profile Key of a User Profile.

Format: Profile-Key: PROFILE_KEY

Body Parameters

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.