POST
/
verify
/
batch
/
create
curl --request POST \
  --url https://apis.proofy.io/v1/verify/batch/create \
  --header 'Content-Type: application/json' \
  --data '{
  "emails": [
    "test@example.com",
    "hello@domain.com"
  ]
}'
{
  "status": "parsing",
  "id": "e29bec0d-c534-493d-9c86-f44b0e2c2617"
}

Use to verify multiple email databases by sending a single request for efficient batch processing.

Batch size

Single batch can process up to 10,000 emails.

Rate Limit

The Batch Email Verification API is limited to 25 requests per minute and 2 concurrent batch tasks per account. Other batch tasks will be queued.

Authorizations

api_key
string
query
required

Body

application/json

Response

200
application/json
Successful

The response is of type object.