Start with zero setup and move up as you need more throughput. All search limits use a sliding 60-second window and return 418 when exceeded.
| Tier | Rate limit | AI (chat/build) | Caching | How to get it |
|---|---|---|---|---|
| Anonymous | 20 req/min | 12/min · 60/day | — | Nothing — just call the API. |
| Free key | 120 req/min | 12/min · 60/day | — | Register an API key and get it approved. |
| Account | 300 req/min | 30/min · 200/day | ✓ Response caching | Create an account. |
| Plus | Unlimited | 120/min · 5000/day | ✓ Response caching | Granted manually by the admin. |
X-Cache hit/miss headerOn the Account and Plus tiers, repeated identical queries are served from a short-lived server-side cache instead of re-running the full ranking:
Make an account to unlock 300 requests/minute and response caching — the highest self-service tier. Use your account key on requests just like a free key:
Authorization: Bearer ls_your_key_here
Need more? See the API docs for full rate-limit and error behavior.