Resources
Rate Limits
Rate limits protect the platform and ensure fair usage. Limits are per API key.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Domain search | 50 requests/second |
|---|---|
| Domain registration | 10 requests/second |
| All other endpoints | 10 requests/second |
| Burst allowance | Up to 2x the per-second limit for 5 seconds |
| X-RateLimit-Limit | Max requests per window. |
|---|---|
| X-RateLimit-Remaining | Requests remaining in the current window. |
| X-RateLimit-Reset | Unix timestamp when the window resets. |
| Retry-After | Seconds to wait (only on 429 responses). |