Onboarding

Analyze Website

POST
/v1/onboarding/analyze
AuthorizationBearer <token>

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

In: header

websitestring
Formaturi

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://api.mentio.dev/v1/onboarding/analyze" \  -H "Content-Type: application/json" \  -d '{    "website": "http://example.com"  }'
{
  "brandName": "string",
  "context": "string",
  "topics": [
    "string"
  ],
  "competitors": [
    "string"
  ],
  "website": "string",
  "logoUrl": "string"
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}