Skip to main content
POST
Adds keywords to the calling API key. Once at least one keyword is registered, only events whose text contains a keyword (case-insensitive) are delivered to this key; each delivered event gains a keyword_matches array listing the keywords that hit. An API key with no keywords receives everything, unfiltered. Keywords are normalized: trimmed, lowercased, deduplicated. Limits: 100 keywords per API key, 100 characters per keyword.

Request

string[]
required
Keywords to add. Matching is a case-insensitive substring match against the event text (post text, message content, OCR-extracted image text).

Response

string[]
The full keyword list after the addition.
string
Status message describing the result