During development, you can use the developer endpoints without an API key. For production use, you’ll need an API key to avoid rate limits.
Using Your API Key
Include your API key in all requests to the APIs by setting thex-api-key header.
All production deployments must use an API key, otherwise you will be rate limited.
GET request
GET request
For GET requests, include the API key in the request headers:
POST request
POST request
For POST requests, include the API key alongside other headers:
Security Best Practices
- Store your API key securely using environment variables.
- Never commit API keys to version control.
- Rotate your API key if it’s ever exposed.