comments
Like comment
Like or upvote a comment on a post. Supported platforms: Facebook, Twitter/X, Bluesky, Reddit. For Bluesky, the cid (content identifier) is required in the request body.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
postIdstring
commentIdstring
accountIdstring
The social account ID
cid?string
(Bluesky only) Content identifier for the comment
Response Body
application/json
application/json
curl -X POST "https://getlate.dev/api/v1/inbox/comments/string/string/like" \ -H "Content-Type: application/json" \ -d '{ "accountId": "string" }'{
"status": "string",
"commentId": "string",
"liked": true,
"likeUri": "string",
"platform": "string"
}Empty
{
"error": "Unauthorized"
}Empty