Getting Started
API Reference
Getting Started
API Reference
Help Center
Login
  1. Getting Started
  • Introduction
  • Getting Started
  • Authentication
  • Rate Limits
Getting Started
API Reference
Getting Started
API Reference
Help Center
Login
  1. Getting Started

Rate Limits

API rate limits are enforced per API key to ensure optimal performance for all users:
LimitDescription
5 requests per secondPer API key
Burst limit5 concurrent requests
WARNING
When you exceed your rate limit, you'll receive a 429 Too Many Requests response. The response will include a Retry-After header (in seconds) indicating when you can make requests again.
Rate Limit Error Response:
{
  "status": 429,
  "message": "Rate limit exceeded. Please try again later."
}

Modified at 2026-01-05 11:28:01
Previous
Authentication
Built with