Skip to main content

API Keys

All API requests require a Bearer token in the Authorization header.
API keys are prefixed with rapi_live_ and are generated when you create your account or from the dashboard.

Getting your API key

  1. Sign up or log in
  2. Navigate to your dashboard
  3. Your API key is displayed in the API settings section
Keep your API key secret. Don’t commit it to version control or expose it in client-side code. Use environment variables instead.

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