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.
1. Get an API key
Sign in at api.keplerinsights.us (magic-link email or passkey), then create a key. You’ll get one live key (ki_live_…) and access to test keys (ki_test_…) for sandbox development.
The raw key is shown once at creation. Save it in your secrets manager — Kepler stores only a hash and cannot recover it.
2. Make your first call (sandbox)
mode: sandbox field tells you this is canned data. See Sandbox for the four test domains and what each one represents.
3. Score a real company
Swap your key prefix toki_live_ and use a real domain:
200 with x_kepler.cache_status: "cached". Otherwise the server returns 202 Accepted with a job_id — poll GET /v1/jobs/{job_id} until status: complete, then fetch the result with GET /v1/score/{domain}. See Async scoring for the full polling pattern.
The official SDKs hide the polling for you —
Kepler#score() blocks transparently across both response shapes. Branch on shape only if you’re calling the API directly: response body has composite_score → score inline, has job_id → poll.4. Read the history
next_cursor field for pagination.
5. What to read next
Authentication
Key prefixes, rotation, security model.
Sandbox
The 4 canned test domains.
Tiers
Quotas, freshness windows, async eligibility.
Errors
Every code we return + how to recover.
