Rate Limits

To ensure fair use and optimal performance, the CorpDev.Ai API enforces rate limits:

  • Professional Plan: 20 requests per minute

  • Enterprise Plan: 20 requests per minute or custom limit

Exceeding the rate limits will result in a 429 Too Many Requests response.

We recommend implementing logic in your application to handle rate limits gracefully. For example, if your application hits the rate limit, you can retry the request using an exponential backoff strategy to avoid further issues and ensure smooth operation.

Last updated