This section describes the rate limiting configuration for the /docs/rate_limiting_config endpoint. Rate limiting helps prevent abuse and ensures a fair and responsive service for all users.

  • Thresholds: The endpoint has a threshold of 100 requests per minute.
  • Actions: If the threshold is exceeded, the server will respond with a 429 Too Many Requests status code.
  • Reset: The rate limit resets every minute.

For more information on rate limiting and API usage, check out our API Documentation.

Rate Limiting Diagram