API Keys
All API requests require a Bearer token in theAuthorization header.
rapi_live_ and are generated when you create your account or from the dashboard.
Getting your API key
Example request
Error responses
Example error response:
Security best practices
- Store API keys in environment variables, never in code
- Rotate keys periodically from the dashboard
- Use separate keys for development and production if needed
- Monitor your usage in the dashboard to detect unexpected activity