Keywords
Create Keyword
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
termstring
Length
2 <= length <= 80kind?string
Default
"brand"Value in
"brand" | "competitor" | "topic"Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://api.mentio.dev/v1/keywords" \ -H "Content-Type: application/json" \ -d '{ "term": "string" }'{
"id": "string",
"term": "string",
"kind": "brand",
"muted": true,
"createdAt": 0
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}