Quick Start
Quick Start Guide
Get started with Reverix in minutes. Follow these steps to create your account and obtain your API keys.
API Key Generation
After creating your account, generate your API keys to start making requests.
Production Key Reverix_prod_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Development Key Reverix_dev_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Making Your First Request
Ready to make your first API call? Here are a few important things to note:
All requests require an API key in the Authorization header
Rate limit: 5 requests per second per API key
Responses follow standard HTTP status codes
// Example rate limit error response { "detail": "Rate limit exceeded. Maximum 5 requests per second." "status_code": 429 }
Last updated