Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.keplerinsights.us/llms.txt

Use this file to discover all available pages before exploring further.

The Kepler Insights API exposes the same scoring engine that powers Kepler’s Pro Insight and Pro Venture portals — over a stable REST surface, with deterministic schemas and a free sandbox.

What it scores

Every Kepler score is a composite over 67 signals organized into 4 buckets:
BucketWhat it measures
Team & StructureFounder track record, team strength, structural differentiation
Market PositionSector tailwinds, market size, competitive landscape
Momentum & TailwindsRegulatory environment, press coverage, brand strength
Financial HealthRevenue, funding efficiency, employee growth
The composite (0–100) maps to a KI rating from KI-5 (early-stage) to KI-1+ (elite franchise). A separate scale premium (up to ~12 points) lifts established mega-caps whose fundamentals justify a higher tier than their growth-stage signals alone would produce.

What you can do with it

  • Score one company on demand. POST /v1/score returns inline if a record is cached for your tier; otherwise returns 202 + a job to poll (cold scoring typically settles in 25–90 seconds). The SDKs handle the polling for you.
  • Track score history. GET /v1/score/{domain}/history returns the full time-series — every scoring run for that company.
  • Compare against a cohort. GET /v1/company/{domain}/cohort returns sector + geo + profile-matched peers, ranked.
  • Assess data confidence. GET /v1/company/{domain}/confidence shows how much of the score is grounded in real data vs neutral fallbacks.
  • Read the universe. GET /v1/distribution and GET /v1/movers summarize every company Kepler has ever scored.

How it costs

Cached calls are nearly free; cold calls cost us real money on fetchers + LLM enrichment. Pricing reflects that asymmetry — see Economics for the rationale.

Get started

Quickstart →

Sign up, get a key, make your first call in 5 minutes.