Use this endpoint to upload a list of emails and create an email verification task that will run async and you can follow its status and get result through the Check task status endpoint
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params multipart/form-data
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.emailcheckerai.com/api/v1/validate/bulk-email' \
--header'Authorization: Bearer <token>' \
--form'email_file=@""'