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

Reply to a comment, i.e. comment on a comment. The endpoint takes the commentId returned from the POST comment endpoint. Please be sure to use the top-level commentId.

  • Supported platforms: Facebook, Instagram, LinkedIn, TikTok, X/Twitter, and YouTube.
  • For TikTok, please use reply with a comment Id.

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

The Ayrshare commentId returned from the POST comment endpoint. Ensure to use the top level commentId.

platforms
array
required

Array of platforms to post the reply. Values: facebook, instagram, linkedin, tiktok, twitter, youtube

comment
string
required

The reply to add to the comment.

mediaUrls
array

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