Prerequisites
- A Kernel API key — create one in Settings > API keys
curlin your terminal (or use the examples below in any HTTP client)
1. Start entity resolution
Send aPOST request with a company name:
curl
202 with an id:
Response (202)
2. Get the result
Poll the job endpoint with theid from step 1:
curl
Response (200)
3. Start firmographic enrichment
Use thekernel_id from the resolved entity to start a firmographic enrichment job:
curl
202 with a firmographic enrichment id:
Response (202)
4. Get firmographic data
Poll the firmographic enrichment job endpoint with theid from step 3:
curl
record object:
Response (200)
Next steps
API reference
Full endpoint documentation, authentication, and error handling.
Firmographic result
Full schema for the firmographic response object.

