All API requests must be authenticated using an API key passed as a Bearer token in theDocumentation Index
Fetch the complete documentation index at: https://help.mentionpilot.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Generate an API key
Go to your API Keys page to create a key:API Keys
Generate and manage your API keys
- Click Create new key
- Give it a name so you can identify it later
- Choose the key type — Global or Brand-scoped
- Copy the key immediately — it won’t be shown again
Key types
Global key
Access all brands and data in your account.Use this for server-side integrations where you need full access.
Brand-scoped key
Restricted to a single brand.Use this when you want to limit access — for example, sharing data with a specific client or team.
Example request
Security guidelines
- Never expose your API key in client-side code or public repositories
- Rotate keys regularly and revoke any that are no longer in use
- Use brand-scoped keys wherever full account access is not needed
- If a key is compromised, delete it immediately from the API Keys page and generate a new one
Error responses
| Status | Meaning |
|---|---|
401 | Missing or invalid API key |
403 | Key does not have access to the requested resource (brand-scoped key restriction) |