Company

Get the company profile

What the classifier knows about you: name, description, use cases, your own accounts, and the composed context it reads.

GET
/v1/company
AuthorizationBearer <token>

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

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://api.mentio.dev/v1/company"
{
  "name": "string",
  "description": "string",
  "useCases": [
    "string"
  ],
  "accounts": {
    "x": "string",
    "linkedin": "string"
  },
  "website": "string",
  "competitors": [
    "string"
  ],
  "guidelines": "string",
  "context": "string"
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "requestId": "string",
    "retryAfterSeconds": 0
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "requestId": "string",
    "retryAfterSeconds": 0
  }
}