CorpDev.Ai Docs
  • Welcome
  • Basics
    • Basic Company Search
    • Find Companies by Description
    • Company Lists
    • Company Analysis
      • Basic Facts
      • Qualitative Analysis
      • Custom Questions/Data Points
    • Export to Excel and Word
    • Integrations
  • Excel Add-in
    • Introduction & Installation
    • COMPANY Functions
    • DOCUMENT Functions
    • ANALYST Functions
  • API Intro
    • Quick Start
    • Authentication
    • Rate Limits
  • Company Search API
    • Search by Name or Domain
    • Search by Description
  • Company Research API
    • Get Company Facts
    • Get Company Field
    • Ask Company Question
  • Document API
    • Document Index
    • Ask Document Question
    • Extract Document Field
    • Extract Document Text
    • Summarize Document
  • AI Analyst API
    • Ask Question
Powered by GitBook
On this page
  1. API Intro

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.

PreviousAuthenticationNextSearch by Name or Domain

Last updated 8 months ago