CB Insights API v1

The original CB Insights REST API — 11 documented GET operations over organizations, deals (fundings, investments, portfolio exits), people, business relationships, expert collections and the credit ledger, authenticated with a 24-hour JWT from /v1/authorize. Fully documented in a static Hugo reference site with a dated change log through v1.9.0 (2024-07-26), but CB Insights publishes no OpenAPI for it and directs new integrations to v2.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cb-insights-api-v1"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: CB Insights API v1
description: The original CB Insights REST API — 11 documented GET operations over organizations, deals
  (fundings, investments, portfolio exits), people, business relationships, expert collections and the
  credit ledger, authenticated with a 24-hour JWT from /v1/authorize. Fully documented in a static Hugo
  reference site with a dated change log through v1.9.0 (2024-07-26), but CB Insights publishes no OpenAPI
  for it and directs new integrations to v2.
humanURL: https://api-docs.cbinsights.com/docs/endpoints/
baseURL: https://api.cbinsights.com
tags:
- Market Intelligence
- private-company-data
- Funding Data
- investor-data
- Company Data
tags_raw:
- market-intelligence
- private-company-data
- funding-data
- investor-data
- company-data
properties:
- type: Documentation
  url: https://api-docs.cbinsights.com/
- type: APIReference
  url: https://api-docs.cbinsights.com/docs/endpoints/
- type: GettingStarted
  url: https://api-docs.cbinsights.com/docs/tutorials/authentication_flow/
- type: ChangeLog
  url: https://api-docs.cbinsights.com/docs/change_log/
- type: RateLimits
  url: https://api-docs.cbinsights.com/docs/reference/rate_limiting/
- type: ErrorCatalog
  url: https://api-docs.cbinsights.com/docs/reference/error_codes/
x-spec-note: No machine-readable contract exists for v1. The reference is fully public and richly documented
  at api-docs.cbinsights.com, but CB Insights ships only Hugo-rendered HTML endpoint pages — probes of
  /openapi.json, /openapi.yaml and /swagger.json on that host all returned 404 on 2026-08-09. The v2 contract
  in openapi/ does not cover these operations.