Keywords

Create Keyword

POST
/v1/keywords
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

termstring
Length2 <= length <= 80
kind?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"
  }
}