The Teal API uses rate limiting as a way to protect against bursts of incoming traffic to improve stability. Clients will recieve a 429 status response when rate limits are exceeded. In general, the API is rate-limited as follows:Documentation Index
Fetch the complete documentation index at: https://docs.teal.dev/llms.txt
Use this file to discover all available pages before exploring further.
- All platform-level requests have a combined rate limit of
120 requests/minute. - All instance-level requests have a combined rate limit of
320 requests/minute.
2 requests/minute.
Every API response is accompained with the standard rate limiting headers. Use these
values to gauge how many requests can be made before reaching the limit. For example,
the headers below indicate that you can make 10 requests total, and only 4 additional
requests can be made before reaching the limit.