POST
/
verify
/
file
/
upload
curl --request POST \
  --url https://apis.proofy.io/v1/verify/file/upload \
  --header 'Content-Type: multipart/form-data'
{
  "status": "parsing",
  "id": "e29bec0d-c534-493d-9c86-f44b0e2c2617"
}

The file creation endpoint allows you to verify multiple emails at once by creating a task to process the file asynchronously. Verification results are not included in the response.

File upload recommendation

For efficiency and deduplication, submit data in a single task rather than splitting it. For example, submit one file with 50k emails instead of 10 files of 5k each. If using data from a CRM, buffer it locally before submission.

Size limiting

The Bulk API supports files up to 65 MB.

Authorizations

api_key
string
query
required

Body

multipart/form-data

Response

200
application/json
Successful

The response is of type object.