Tier Limits
Rate Limit Headers
Every API response includes rate limit information:Handling Rate Limits
When you exceed your rate limit, the API returns HTTP429 Too Many Requests:
Best Practices
- Check headers - Monitor
X-RateLimit-Remainingto avoid hitting limits - Implement backoff - Use exponential backoff when receiving 429 responses
- Cache results - Cache
check_aliveandroom_inforesponses when polling - Use WebSocket - For real-time data, WebSocket is more efficient than polling REST
Check Your Limits
Use the/webcast/rate_limits endpoint to see your current quota: