The Ruddr API enforces rate limits to ensure fair usage and platform stability.Documentation Index
Fetch the complete documentation index at: https://docs.ruddr.io/llms.txt
Use this file to discover all available pages before exploring further.
Limits
API requests are rate limited to 20 requests per second. This limit is shared across all API keys in a workspace.429 Too Many Requests
When the rate limit is exceeded, the API returns a429 response:
Retry Guidance
When you receive a429 response, retry the request after a short delay. Use exponential backoff to avoid overwhelming the API: