Submit an async bulk verification job
submit_bulkSubmit a list of email addresses for bulk verification. Returns a job ID and polling URLs immediately, with optional webhook notification when complete.
Instructions
Submit a list of email addresses as an asynchronous bulk verification job — the right tool for large lists. Returns immediately with a job_id, status, and the check_status_url / results_url to poll. Small lists may complete inline (status 'completed'); larger ones return status 'pending' — poll get_job_status until it is 'completed', then call get_job_results. Optionally register a webhook_url (public HTTPS) to be notified when the job finishes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | Email addresses to verify in this job (deduped server-side). | |
| webhook_url | No | Optional public HTTPS URL to POST a job.completed notification to. |