Enrich contact and company data from LinkedIn, Hunter, Perplexity, and Tavily. Enrichments are asynchronous — create a request and poll or stream for results.
Standing config — set once, applies to every enrichment: AI prompts, ICP, scoring anchors, and source/threshold toggles live on the Enrichment Config endpoints (PUT /v1/enrichment-config).
Per-request override — for one job: pass options.instructions (free-text brief that supersedes the standing config in every dimension) or options.goal_override (narrow: re-anchors priority_score only) on the POST /v1/enrichments body.
How enrichment works
GET /v1/enrichments/{id} or stream via GET /v1/enrichments/{id}/stream (SSE).Create, monitor, and approve single enrichments
Drill into sources, fields, and CRM impact
Enrich contacts in bulk from a HubSpot list
Batches use a preview → confirm flow. Preview shows you who will be enriched and the credit cost. Confirm queues the actual enrichments.
| Code | Description |
|---|---|
400 | Invalid request body or missing required fields |
401 | Invalid or missing API key |
404 | Enrichment or batch not found |
429 | Rate limit exceeded |