Batch
Create Batch
Submit emails for batch verification.
POST
Submit up to 1000 emails for batch verification. Returns a batch ID to poll for results via Get Batch Results.
Request
string[]
required
Array of email addresses (1–1000 items)
Response
string
Batch ID (use for GET /api/v1/batches/:id)
string
pending, processing, completed, failed, or cancellednumber
Total emails in batch
number
Emails processed so far
string
Hint for next steps
Authorizations
Your API key (e.g. bdt_abc123...). Obtain from the dashboard.
Body
application/json
Required array length:
1 - 1000 elementsExample:
Last modified on March 9, 2026
