Onboarding

Complete Onboarding

POST
/v1/onboarding/complete
AuthorizationBearer <token>

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

In: header

websitestring
Formaturi
brandNamestring
Length1 <= length <= 80
logoUrl?string|null
Formaturi
context?string
Default""
Lengthlength <= 4000
keywords?
Default[]
Itemsitems <= 10

Response Body

application/json

application/json

curl -X POST "https://api.mentio.dev/v1/onboarding/complete" \  -H "Content-Type: application/json" \  -d '{    "website": "http://example.com",    "brandName": "string"  }'
{
  "ok": true,
  "keywordsCreated": 0
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}