Keywords
Add Keywords
Attach keyword filters to your API key
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
Keywords to add. Matching is a case-insensitive substring match against the
event text (post text, message content, OCR-extracted image text).
Response
The full keyword list after the addition.
Status message describing the result