API Reference
Complete reference for the RocketVerifier REST API. All endpoints use JSON and require Bearer token authentication.
Base URL
https://api.rocketverifier.comRESTful
Standard REST conventions
JSON
All responses in JSON
HTTPS Only
TLS 1.2+ required
Versioned
Current: v1
Endpoints
Rate Limits
API requests are rate-limited based on your subscription plan:
| Plan | Rate Limit | Burst |
|---|---|---|
| Free | 10 requests/minute | 20 |
| Starter | 100 requests/minute | 200 |
| Professional | 1,000 requests/minute | 2,000 |
| Enterprise | Custom | Custom |
Rate limit info is included in response headers:
- X-RateLimit-Limit: 100
- X-RateLimit-Remaining: 95
- X-RateLimit-Reset: 1640995200
Error Codes
| Code | Description |
|---|---|
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid or missing API key |
| 402 | Payment Required - Insufficient credits |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Internal Server Error - Something went wrong |
