Start an async job to enrich multiple company accounts with firmographic data.
Accepts up to 500 domains. Domains are deduplicated and normalized.
Returns a job_id immediately for polling.
Flow:
domains list -> receive job_idGET /api/v1/enrich/accounts/{job_id} every 3-5 secondsstatus is "completed", the result field contains per-domain enrichment dataRequest to enrich multiple company accounts with firmographic data in one batch.
Starts an async job. Poll GET /api/v1/enrich/accounts/{job_id} for results.
List of company domains to enrich (max 500 per request)
1 - 500 elements["stripe.com", "notion.so", "databricks.com"]Successful Response
Response from starting a batch account enrichment job.