# Kernel ## Docs - [API keys](https://dev.kernel.ai/api-reference/endpoint/api-keys.md) - [Resolve entity](https://dev.kernel.ai/api-reference/endpoint/create-entity-resolution.md): Starts an entity resolution job for a company. Returns immediately with a job ID — poll `GET /v1/entity-resolution/{job_id}` until the status is `completed`. - [Get entity resolution result](https://dev.kernel.ai/api-reference/endpoint/get-entity-resolution.md): Returns the status and result of an entity resolution job. When `status` is `completed`, the `record` object contains the resolved entity data. - [Enrich firmographics](https://dev.kernel.ai/api-reference/endpoint/get-firmographics.md): Starts a firmographic enrichment job for a resolved entity. Returns immediately with a job ID — poll `GET /v1/firmographics/{job_id}` until the status is `completed`. - [Get firmographic enrichment result](https://dev.kernel.ai/api-reference/endpoint/get-firmographics-job.md): Returns the status and result of a firmographic enrichment job. When `status` is `completed`, the `record` field contains the enriched firmographic data. - [Get resolve parent result](https://dev.kernel.ai/api-reference/endpoint/get-resolve-parent.md): Returns the status and result of a parent hierarchy resolution job. When `status` is `completed`, the `record` object contains the parent hierarchy data. - [Lookup entity](https://dev.kernel.ai/api-reference/endpoint/lookup-entity.md): Returns the latest completed entity resolution result for the given kernel_id. This is a synchronous lookup — no job creation or polling required. Only returns completed results; returns 404 if no completed resolution exists for the given kernel_id. - [Resolve parent](https://dev.kernel.ai/api-reference/endpoint/resolve-parent.md): Starts a parent hierarchy resolution job for a resolved entity. Returns immediately with a job ID — poll `GET /v1/resolve-parent/{job_id}` until the status is `completed`. - [Webhooks](https://dev.kernel.ai/api-reference/endpoint/webhooks.md) - [Introduction](https://dev.kernel.ai/api-reference/introduction.md): Kernel API reference - [Completed result](https://dev.kernel.ai/api-reference/schemas/entity-resolution-result.md) - [Firmographic result](https://dev.kernel.ai/api-reference/schemas/firmographic-result.md) - [API keys](https://dev.kernel.ai/guides/api-keys.md): Create an API key and make your first authenticated request - [Quickstart](https://dev.kernel.ai/guides/quickstart.md): Resolve your first company and get firmographic data in under two minutes ## OpenAPI Specs - [openapi](https://dev.kernel.ai/api-reference/openapi.json)