Bota enforces per-project rate limits to protect platform stability.Documentation Index
Fetch the complete documentation index at: https://docs.bota.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Scope | Limit |
|---|---|
| All endpoints | 100 requests / minute |
| Upload URLs | 30 requests / minute |
| Transcriptions | 10 requests / minute |
Response Headers
Rate limit headers are returned on every request:Handling 429s
- Back off with exponential retry.
- Prefer webhooks over polling.
- Cache read-heavy data when possible.

