Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.identifai.net/llms.txt

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

API Rate Limits

To ensure fair usage and maintain optimal performance for all users, the identifAI API enforces rate limits on all endpoints. If you exceed these limits, you will receive a 429 error response.

Default Rate Limits

By default, each API key is subject to the following limits:

Read Endpoints (GET)

  • 2 requests per second
  • 60 requests per minute

Write Endpoints (POST)

  • 1 request per second
  • 30 requests per minute
If you exceed these limits, your requests will be temporarily blocked and you will receive a response like:
{
  "message": "Too Many Attempts."
}

Best Practices

  • Design your integration to handle 429 errors gracefully by implementing retries with exponential backoff.
  • Monitor your usage and adjust your request rate to stay within the allowed limits.
  • If you require higher or custom rate limits for your application, please contact us and we will evaluate your request.