Keywords
Delete a keyword
Removes the keyword and its matches. Posts also matched by another keyword stay.
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
Path Parameters
idstring
Keyword id (kw_...).
Length
1 <= lengthResponse Body
application/json
application/json
curl -X DELETE "https://api.mentio.dev/v1/keywords/kw_abc123"Empty
{
"error": {
"code": "unauthorized",
"message": "string",
"requestId": "string",
"retryAfterSeconds": 0
}
}{
"error": {
"code": "unauthorized",
"message": "string",
"requestId": "string",
"retryAfterSeconds": 0
}
}Track a keyword POST
Start tracking a word or phrase. Matching, classification and delivery begin on the next poll. A funded workspace tracks up to 500 keywords; each costs $5 per month, deducted daily from the balance. `matching` narrows what the term matches (required and excluded terms, excluded authors, case) before a mention is stored, so a rejected post is never billed; `context` is a sentence the classifier reads for this keyword only.
Get a keyword GET
Next Page