Authentication
Authenticate requests with a HollrAI API key
Every request to the HollrAI API must include your API key in the hollr-api-key header.
Keep your API key on your server. Do not expose it in browser-side JavaScript, mobile apps, public repositories, or other client-side code.
Getting an API key
API keys are managed from the HollrAI platform at app.hollr.ai.
Sending the header
Authentication failures
The standard error response looks like:
Protect your key
If you suspect a key has been exposed, rotate or revoke it from the HollrAI platform and replace it in your application.

