Skip to main content
POST
/
comments
/
reply
/
:commentId
curl \
-H "Authorization: Bearer API_KEY" \
-H 'Content-Type: application/json' \
-d '{"platforms": ["bluesky", "facebook", "instagram", "linkedin", "twitter", "youtube"], "comment": "An amazing reply!"}' \
-X POST https://api.ayrshare.com/api/comments/reply/Ut1fWU6XkqkMayHGnJZ
{
  "commentId": "Eh61xHheGHvAqXqGISGVa",
  "bluesky": {
    "status": "success",
    "commentId": "at://did:plc:62musrcyanhro2lydyhlw7ci/app.bsky.feed.post/3lf4bquqrxd2d",
    "cid": "bafyreie2jt5iw6rk2ekmiq6aljyiv7nj4sjucbpkamqc73tmggh5fmrqha",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "bluesky",
    "postUrl": "https://bsky.app/profile/ayrshare.com/post/3lf4bquqrxd2d",
    "sourceCommentId": "at://did:plc:62musrcyanhro2lydyhlw7ci/app.bsky.feed.post/3lf4b4j3dqy2i"
  },
  "facebook": {
    "status": "success",
    "commentId": "729149842469573_696560159169326",
    "sourceCommentId": "729149842469573_738966840899770",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "facebook"
  },
  "instagram": {
    "status": "success",
    "commentId": "18020060386920755",
    "sourceCommentId": "17998452434360734",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "instagram"
  },
  "linkedin": {
    "status": "success",
    "commentId": "7140161360574713856",
    "sourceCommentId": "urn:li:ugcPost:7140160850354397187",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "linkedin"
  },
  "tiktok": {
    "status": "success",
    "commentId": "7484295933044572922",
    "sourceCommentId": "7484407021429703422",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "tiktok",
    "videoId": "7484993689815715122"
  },
  "twitter": {
    "status": "success",
    "commentId": "1734395672961441821",
    "sourceCommentId": "1734395509526155733",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "twitter",
    "postUrl": "https://twitter.com/ayrshare/status/1734395672961441821"
  },
  "youtube": {
    "status": "success",
    "commentId": "UgxZ55j-FDri8lrTgVR4AaABAg.9yCaV71m1fo9yCaZvu7Hj4",
    "sourceCommentId": "UgxZ55j-FDri8lrTgVR4AaABAg",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "youtube"
  },
  "status": "success",
  "id": "ytDgi5vyz36F2yshlJka"
}

Documentation Index

Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Reply to a comment, i.e. comment on a comment, on either an Ayrshare made comment, using the Ayrshare Comment ID, or a comment made outside of Ayrshare, using the Social Comment ID. Most often, you will reply to a comment made through Ayrshare, but when you want to reply to a comment made outside of Ayrshare, you can use the Social Comment ID, which you get GET /comment endpoint. Supported platforms: Bluesky, Facebook, Instagram, LinkedIn, TikTok, X, and YouTube.

Header Parameters

Path Parameters

commentId
string
required
If replying to a comment made through Ayrshare, use the Ayrshare Comment ID commentId returned from the POST comment endpoint.For example, the Ayrshare comment ID commentId returned from the POST comment endpoint is:
Ayrshare Comment ID Returned from POST /comment
{
  "commentId": "Ut1fWU6XkqkMayHGnJZ"
}
If replying to a comment made outside of Ayrshare, use the Social Comment ID commentId from the social network.For example, the social comment ID commentId returned from a Facebook POST /comment or GET /comment endpoint is:
Social Comment ID Returned from POST /comment
{
  "facebook": { "commentId": "8392829334_1234567890" }
}

Body Parameters

platforms
array
required
If replying to a comment made through Ayrshare using the Ayrshare Comment ID, specify the platforms to post the reply. Supported platforms: bluesky, facebook, instagram, linkedin, tiktok, twitter, youtube.If replying to a comment made outside of Ayrshare using the Social Comment ID, specify the one platform to post the reply. Supported platforms: facebook, instagram, linkedin, tiktok, twitter.
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 and LinkedIn only.
searchPlatformId
boolean
default:false
Set to true if replying to a comment using the Social Comment ID, which is the post commentId from the social networks.
videoId
string
If replying to a TikTok comment with a Social Comment ID, you must also provide the TikTok video ID, which you get from the POST /comment endpoint or GET /comment endpoint. Only required for TikTok and "searchPlatformId": true.
objResponse
boolean
default:true
Response as Object, otherwise as an Array. Default to true.

@Mentions in Comments

You can include @mentions directly in the comment text string. There is no separate parameter for mentions. Simply add @handle in your comment text.
Reply with @Mention
{
  "comment": "Thanks @CompanyName! Great insight.",
  "platforms": ["linkedin", "twitter", "facebook"]
}
LinkedIn Mentions: LinkedIn mentions are resolved server-side by Ayrshare. Use the LinkedIn Search endpoint to look up the correct vanity name or member name. For organizations, use @handle. For members, use @vanity_name or @[Full Name].
For detailed mention syntax and limitations per platform, see: Reply to comment is not supported on Reddit. See Post Verification for the platform-by-platform mention rules and recommendations.
curl \
-H "Authorization: Bearer API_KEY" \
-H 'Content-Type: application/json' \
-d '{"platforms": ["bluesky", "facebook", "instagram", "linkedin", "twitter", "youtube"], "comment": "An amazing reply!"}' \
-X POST https://api.ayrshare.com/api/comments/reply/Ut1fWU6XkqkMayHGnJZ
{
  "commentId": "Eh61xHheGHvAqXqGISGVa",
  "bluesky": {
    "status": "success",
    "commentId": "at://did:plc:62musrcyanhro2lydyhlw7ci/app.bsky.feed.post/3lf4bquqrxd2d",
    "cid": "bafyreie2jt5iw6rk2ekmiq6aljyiv7nj4sjucbpkamqc73tmggh5fmrqha",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "bluesky",
    "postUrl": "https://bsky.app/profile/ayrshare.com/post/3lf4bquqrxd2d",
    "sourceCommentId": "at://did:plc:62musrcyanhro2lydyhlw7ci/app.bsky.feed.post/3lf4b4j3dqy2i"
  },
  "facebook": {
    "status": "success",
    "commentId": "729149842469573_696560159169326",
    "sourceCommentId": "729149842469573_738966840899770",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "facebook"
  },
  "instagram": {
    "status": "success",
    "commentId": "18020060386920755",
    "sourceCommentId": "17998452434360734",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "instagram"
  },
  "linkedin": {
    "status": "success",
    "commentId": "7140161360574713856",
    "sourceCommentId": "urn:li:ugcPost:7140160850354397187",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "linkedin"
  },
  "tiktok": {
    "status": "success",
    "commentId": "7484295933044572922",
    "sourceCommentId": "7484407021429703422",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "tiktok",
    "videoId": "7484993689815715122"
  },
  "twitter": {
    "status": "success",
    "commentId": "1734395672961441821",
    "sourceCommentId": "1734395509526155733",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "twitter",
    "postUrl": "https://twitter.com/ayrshare/status/1734395672961441821"
  },
  "youtube": {
    "status": "success",
    "commentId": "UgxZ55j-FDri8lrTgVR4AaABAg.9yCaV71m1fo9yCaZvu7Hj4",
    "sourceCommentId": "UgxZ55j-FDri8lrTgVR4AaABAg",
    "comment": "Truth is ever to be found in simplicity.",
    "platform": "youtube"
  },
  "status": "success",
  "id": "ytDgi5vyz36F2yshlJka"
}