Create an API Key
Generate an API key by calling the Create API Key endpoint.Send the API Key
Include your API key in the X-API-Key header for every authenticated request.Authentication Errors
If the API key is missing or invalid, the API returns:Security Best Practices
- Never expose your API key in client-side applications.
- Store API keys in environment variables or a secure secret manager.
- Do not commit API keys to GitHub.
- Rotate API keys immediately if you suspect they have been compromised.