v1

latestOpenAPI 3.1.0Proprietary2026-07-265759203.4 KB
Enrichment

People Intelligence (Async)

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

post/people-intelligence-async

Headers

x-api-keystring nullable

Request body

structobject nullable

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

research_planstring nullable

Optional natural-language plan that guides the research agent.

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

Quality and cost tier for the research agent.

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.

lead_infoobject required

Single lead to process. Provide any combination of name, email, company, linkedin, etc.

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"
}