Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.raze.bot/llms.txt

Use this file to discover all available pages before exploring further.

In this section, you can find the rate limiting details of Raze.bot API.

Overview

Rate limits help ensure fair usage and system stability.

Rate Limit Details

Rate limit details will be published when APIs are launched.
Check back for updates on rate limiting policies.

Managing Rate Limits

If you receive a 429 response, you should:
  1. Implement exponential backoff in your retry logic
  2. Wait for the rate limit window to reset
  3. Consider upgrading your plan for higher limits
CAUTIONBursting beyond your allocation may result in temporary 429s/rate limits. Avoid aggressive retry patterns.