Comments
Reply to a Comment with a Comment Social ID
Reply to a comment that was not published via Ayrshare
POST
/
comments
/
reply
Available on Premium, Business, Enterprise plans.
Header Parameters
Authorization
string
requiredFormat:
Authorization: Bearer API_KEY
. See API overview for more information.Profile-Key
string
Profile Key of a user profile.
Request Body
commentId
string
requiredReturned from the /comment endpoint for the specific platform object. For example "facebook": { "commentId": "8392829334" }
.
platforms
array
requiredOnly one social network allowed: facebook
, instagram
, linkedin
, tiktok
, twitter
.
comment
string
requiredReply comment text.
searchPlatformId
boolean
requiredAlways 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.