Onboarding
Complete Onboarding
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
websitestring
Format
uribrandNamestring
Length
1 <= length <= 80logoUrl?string|null
Format
uricontext?string
Default
""Length
length <= 4000keywords?
Default
[]Items
items <= 10Response 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"
}
}