post
https://api.captely.com/api/enrich/bulk
Submit up to 1,000 contacts for asynchronous enrichment.
Workflow
- Submit contacts → receive
job_id - Poll
/api/enrich/status/{job_id}every 5-10 seconds - When
status: completed, fetch results from/api/enrich/results/{job_id}
Webhooks
Optionally provide a webhook_url to receive a notification when the job completes instead of polling.