Authentication
Every API request requires an API key in the Authorization header.
Create Your API Key
Using Your API Key
Include your key in the Authorization header with every request:
Security
Your API key is a secret. Never expose it in client-side code, public repositories, or browser applications.
- Store keys in environment variables, not in source code
- Use
.envfiles locally (add.envto.gitignore) - Rotate keys periodically via the console
- Each key tracks usage against your account quota
Error Responses
For rate limits and concurrency details, see Concurrency and Limits.



