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
  • What is the CorpDev.Ai API?
  • Getting Started
  • Support
  1. API Intro

Quick Start

Welcome to the CorpDev.Ai API documentation! This API empowers your M&A and Corporate Development teams with advanced AI-driven tools for deal sourcing, identification, automated due diligence, and more.

What is the CorpDev.Ai API?

The CorpDev.Ai API provides programmatic access to our powerful AI tools that assist in identifying and analyzing potential M&A opportunities. Whether you're looking to automate repetitive tasks, enhance your data analysis capabilities, or build entirely new applications, our API gives you the flexibility to do so.

Key Use Cases:

  • Target Identification: Leverage AI to browse the web and thousands of sources to find potential M&A targets.

  • Company Profiling: Automatically gather comprehensive company profiles, including financials, key personnel, and recent news.

  • Risk & Opportunity Analysis: The AI highlights potential risks and opportunities associated with each target.

  • Opportunity Scoring: AI enables your to score opportunities based on strategic fit, financial health, and other qualitative factors.

Getting Started

To start using the CorpDev.Ai API, you'll need to:

  1. Create an Account with a Paid Subscription: Ensure you have a paid subscription that includes API access (Professional tier or above).

  2. Generate Your API Key: Navigate to your account settings, go to API Access, and generate your API key.

  3. Make Your First Request: Follow the Quick Start guide to make your first API call and begin integrating CorpDev.Ai into your systems.

API Base URL

All API requests are made to the following base URL:

https://api.corpdev.ai/

Authentication

To authenticate with the, include your API key in the X-API-Key header of your HTTP requests:

X-API-Key: YOUR_API_KEY

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

Make Your First Request

1. Company Search

Use this endpoint to find companies by their name or web domain.

Endpoint:

GET /v1/companies/search

Parameters:

  • query (string): Name or web domain of the target company.

Example Request:

GET /v1/companies/search?query=ny

Response:

[
    {
        "name": "The New York Times",
        "domain": "nytimes.com",
        "logo": "https://logo.corpdev.ai/nytimes.com"
    },
    {
        "name": "New York Post",
        "domain": "nypost.com",
        "logo": "https://logo.corpdev.ai/nypost.com"
    },
    {
        "name": "New York Magazine",
        "domain": "nymag.com",
        "logo": "https://logo.corpdev.ai/nymag.com"
    }
]

Support


PreviousANALYST FunctionsNextAuthentication

Last updated 8 months ago

If you encounter any issues or have questions, please contact our support team at .

team@corpdev.ai