Batch

Upload a list of emails for batch verification

Accepts up to 10,000 emails per job. Duplicates are removed automatically and only unique addresses consume credits. Verification starts immediately; poll the status endpoint for progress.

post/api/v1/bulk/upload

Request body

emailsstring[] required

Response

Job created and queued

successboolean
jobIdstring uuid
totalEmailsinteger
duplicateCountinteger
skippedRowsinteger
emptyRowsinteger
invalidRowsinteger
estimatedTimeSecondsinteger

Example response

{
  "success": true
}

Changes