The API enforces rate limits per API key.Documentation Index
Fetch the complete documentation index at: https://www.latitude.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
Current limits
| Request type | Limit |
|---|---|
| Read (GET requests) | 60 requests per minute |
| Write (POST, PUT, PATCH, DELETE requests) | 20 requests per minute |
Rate limit responses
When you exceed the rate limit, the API returns a429 Too Many Requests response:
meta.retry_after field indicates how many seconds to wait before retrying your request.