Zernio
Zernio
API Reference

Comments

List commented postsGETGet post commentsGETSet comment moderation statusPOSTDelete commentDELETEEdit commentPATCHHide commentPOSTLike commentPOSTLike postPOSTPin commentPOSTReply to commentPOSTSend private replyPOSTUnhide commentDELETEUnlike commentDELETEUnlike postDELETEUnpin commentDELETE
Dashboard
llms.txtOpenAPI
OverviewPlatformsAPI ReferenceResources
Comments

Unlike post

Remove this account's like from a post. Supported platforms: LinkedIn, X, Facebook, YouTube, Bluesky, and Instagram in limited release. On YouTube this clears the rating. Instagram has the same limited release, Facebook Login, instagram_manage_engagement and burst-limit constraints as liking. For Bluesky, likeUri (returned when the post was liked) is required. Reddit uses POST /v1/accounts/{accountId}/reddit-vote with direction: 0.


DELETE
/v1/inbox/posts/{postId}/like

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.

In: header

Path Parameters

postId*string

Zernio post ID or the platform's native post ID

Query Parameters

accountId*string
likeUri?string

(Bluesky only) The like URI returned when liking

Response Body

application/json

application/json

application/json

{  "status": "string",  "postId": "string",  "platform": "string",  "liked": true}
Was this page helpful?

Unlike comment

Remove a like from a comment. Supported platforms: Facebook, X, Bluesky, Reddit, LinkedIn, and Instagram in limited release. For Bluesky, the likeUri query parameter is required. Instagram has the same limited release, Facebook Login, `instagram_manage_engagement` and burst-limit constraints as liking.

Unpin comment

Unpin a previously pinned comment. TikTok accounts connected through the TikTok for Business app only.