ReferencePeople search

Start enrichment

Start an asynchronous enrichment workflow on a company or people search thread.

Use enrichment_type: custom (or contacts) for company columns and enrichment_type: people for people columns.

POST
/api/v1/search/contacts-enrichment/create

Authorization

ApiKeyAuth
x-api-key<token>

A platform key (ck_live_…). Mint one in the console under Settings → API Keys.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v1/search/contacts-enrichment/create" \  -H "Content-Type: application/json" \  -d '{    "thread_id": "536c****-****-45c5-****-0a8dfa5*****",    "column_name": "ceo_email",    "instruction": "Find the CEO work email",    "enrichment_type": "custom",    "data_type": "company"  }'
{}
Was this page helpful?
Report an issue