comments
Hide comment
Hide a comment on a post. Supported by Facebook, Instagram, and Threads. Hidden comments are only visible to the commenter and page admin.
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
Response Body
application/json
application/json
curl -X POST "https://getlate.dev/api/v1/inbox/comments/string/string/hide" \ -H "Content-Type: application/json" \ -d '{ "accountId": "string" }'{
"status": "string",
"commentId": "string",
"hidden": true,
"platform": "string"
}Empty
{
"error": "Unauthorized"
}Empty
Delete comment DELETE
Delete a comment on a post. Supported by Facebook, Instagram, Bluesky, Reddit, YouTube, LinkedIn, and TikTok. Requires accountId and commentId query parameters.
Like comment POST
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.