Documentation Index
Fetch the complete documentation index at: https://keplerinsights.mintlify.app/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:
x_kepler.cache_status: "cached". Otherwise a cold run kicks off and the call blocks for up to 60 seconds.
On Free and Starter, cold runs always block (sync). On Growth and above, you can opt into async polling with
wait=false.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.
