> ## Documentation Index
> Fetch the complete documentation index at: https://docs.24hourinspections.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate Limits

> We implement rate limiting to ensure API stability and fair usage.

## Limits

Each API key may make up to `100` requests per minute.

We recommend implementing request throttling in your application to stay within rate limits.

<Warning>
  **Warning:** Exceeding this limit may result in `429` status code errors.
</Warning>

Reach out to us at <a href="mailto:developers@24hourinspections.com">[developers@24hourinspections.com](mailto:developers@24hourinspections.com)</a> if you'd like to increase this limit.

<Tip>
  **Pro Tip:** Your current usage information is available in all resonse headers.

  | Header                | Value           | Notes                           |
  | :-------------------- | :-------------- | :------------------------------ |
  | x-ratelimit-limit     | 100             | Maximum requests per minute     |
  | x-ratelimit-remaining | 99              | Remaining requests in window    |
  | x-ratelimit-reset     | 173213680835431 | Unix epoch timestamp in seconds |
</Tip>
