Skip to main content
POST
Moderate a comment

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>. One key manages every profile on the account.

Body

application/json
profile_id
string
required

Id of the brand profile to act on. List them with GET /v1/profiles.

platform
enum<string>
required

One channel key.

Available options:
tiktok,
instagram,
linkedin,
youtube,
facebook,
x,
threads,
pinterest,
reddit,
bluesky,
google_business,
telegram,
discord,
slack,
mastodon,
nostr,
lemmy,
devto,
hashnode,
wordpress,
whop,
listmonk
comment_id
string
required

Id of the comment to act on.

action
string

Moderation verb, e.g. hide, like, pin. Availability is per channel.

post_id
string

REQUIRED for comment actions that act on a post, not on a comment. Id of the post on the channel.

Response

Success.

The response envelope is stable — a profile_id plus the payload — but its inner fields are not yet pinned down in this document.