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

Authentication

To use the CorpDev.Ai API, you need a valid API key. Here’s how to get started:

  1. Subscription Requirement: Ensure you have a paid subscription that includes API access (Professional tier or above).

  2. Generate API Key: Log in to your CorpDev.Ai account, navigate to Account Settings > API Access, and generate your API key.

Making Authenticated Requests

Include your API key in the X-API-Key header of your HTTP requests, formatted as follows:

X-API-Key: YOUR_API_KEY

Keep your API key secure and do not share it publicly.

PreviousQuick StartNextRate Limits

Last updated 9 months ago