Authorization header.
Header format
Send your Anthale API key as a bearer token:Server-side only
Anthale API keys are server-side credentials and can be created in the dashboard. Keep them in your secret manager or deployment platform, and do not ship them in browser code, mobile apps, or any other public client.Example
Authentication failures
Anthale returns401 when the API key is missing or invalid. Anthale returns 403 when the request is authenticated but not allowed to access the resource.
For error handling guidance, read Errors.