Skip to main content
POST
Create a comment monitor

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.

post_url
string<uri>
required

Public URL of the post on the channel.

reply_message
string
required

Text the monitor replies with when it matches.

trigger_keywords
string[]

Words that make the monitor fire. Empty means every new comment.

monitoring_interval
integer

Seconds between checks.

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.