v1

latestOpenAPI 3.1.0Proprietary2026-07-265759203.4 KB
Enrichment

Company Intelligence (Async)

Find and enrich a single company; returns a job ID to poll.

post/company-intelligence-async

Headers

x-api-keystring nullable

Request body

structobject required

Mapping of output field name to natural-language description of what to extract.

find_peopleboolean

If true, also discover key people at the company.

people_focus_promptstring nullable

Natural-language description of which people to surface when find_people=true.

lead_structobject nullable

Output schema for each discovered person when find_people=true.

research_planstring nullable

Optional natural-language plan that guides the research agent.

tier'low' | 'micro' | 'medium' | 'high' nullable

Quality and cost tier for the research agent.

full_org_chartboolean

If true, return the full org chart instead of a focused list.

webhook_urlstring uri nullable

HTTPS URL that receives the result payload when the async job completes.

field_confidenceboolean nullable

If true, return confidence scores for each requested output field.

target_companyobject required

Company identifiers (e.g. company_name, domain, linkedin).

Response

Successful Response

task_idstring required

Async job ID. Poll GET /job-status/{task_id} for status and results.

status'RUNNING' required

Initial job status.

Example response

{
  "status": "RUNNING",
  "task_id": "job_123"
}