Documentation Index
Fetch the complete documentation index at: https://docs.rapportapi.com/llms.txt
Use this file to discover all available pages before exploring further.
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
| Status | Error | Cause |
|---|---|---|
401 | Missing Authorization header | No Authorization header in request |
401 | Invalid API key format | Key doesn’t start with rapi_live_ |
401 | Invalid or inactive API key | Key not found or has been revoked |
402 | Insufficient credits | Account has no remaining credits |
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