Kanarie API uses Bearer API-key authentication for subscription requests:Documentation Index
Fetch the complete documentation index at: https://docs.kanarie.xyz/llms.txt
Use this file to discover all available pages before exploring further.
x-kanarie-api-key: YOUR_API_KEY header is also supported for current clients.
Include the key on every authenticated request.
Playground auth
In the API reference, paste your key into the auth field. Mintlify will include the header when you click Send.Authentication errors
Common authentication failures:| Status | Cause |
|---|---|
401 | Missing, malformed, invalid, revoked, or expired API key |
402 | Valid API key without an active or trialing subscription |
429 | Rate limit exceeded |
Kanarie has an internal service-key path for trusted backend calls. It is not part of the public API and is intentionally excluded from public docs.