Email Checker AI
    Email Checker AI
    • Email Checker API
    • Validate Single Email
      POST
    • Validate Bulk Email (File)
      POST
    • Check Task Status
      GET
    • Get Account
      GET

      Validate Bulk Email (File)

      POST
      https://api.emailcheckerai.com/api/v1/validate/bulk-email
      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=@""'
      Response Response Example
      {}
      Modified at 2025-09-16 23:10:11
      Previous
      Validate Single Email
      Next
      Check Task Status
      Built with