ZeroBounce Logo

Docs

Language Icon
  • Sign In
  • Sign Up Free

Languages

ZeroBounce ImageGetting Started
ZeroBounce ImageEmail List Validation
ZeroBounce ImageA.I. Email Scoring
ZeroBounce ImageEmail Finder
ZeroBounce ImageDomain Search
ZeroBounce ImageActivity Data
ZeroBounce ImageMulti-file upload
ZeroBounce ImageIntegrations
ZeroBounce ImageUsage Reports
ZeroBounce ImageYour ZeroBounce Account
ZeroBounce ImageEmail Validation API
ZeroBounce ImageEmail Finder API
ZeroBounce ImageBulk Email Finder API
ZeroBounce ImageEmail Finder - Send File
ZeroBounce ImageEmail Finder - File Status
ZeroBounce ImageEmail Finder - Get File
ZeroBounce ImageEmail Finder - Delete File
ZeroBounce ImageDomain Search API
ZeroBounce ImageBulk Domain Search API
ZeroBounce ImageDomain Search - Send File
ZeroBounce ImageDomain Search - File Status
ZeroBounce ImageDomain Search - Get File
ZeroBounce ImageDomain Search - Delete File
ZeroBounce ImageA.I. Scoring API
ZeroBounce ImageActivity Data API
ZeroBounce ImageList Evaluator API
ZeroBounce ImageApi Dashboard
ZeroBounce ImageAPI Wrappers
ZeroBounce ImageAPI Migration
ZeroBounce ImageFAQ
ZeroBounce ImageSecuring Your Account
ZeroBounce ImageAbout ZeroBounce
ZeroBounce ImageDeliverability Tools
ZeroBounce ImageStatus Page
  • Email Validation Homepage
  • Separator
  • Docs
  • Separator
  • Email Finder API
  • Separator
  • Email search engine - Send file
Email Finder API

Email search engine - Send file

The email-finder/sendfile API allows you to send a file for bulk email finderⓘ. This guide will provide everything you need to know on how to find email addresses in bulk via API.

There is no restriction on the file size, number of emails, or number of files you can submit using this endpoint.

Each search will consume 20 credits if a valid email format is returned. If you are a monthly subscriber, the API call will consume 1 Email Finderⓘ query if a valid format is returned. As long as you have the available queries via subscription or the credits in your account to cover the number of searches submitted in the file, your file will be accepted.

To avoid API interruptions, consider activating AutoPay in your ZeroBounce account settings to ensure you never run out of credits.

POST /EMAIL-FINDER/SENDFILE

API URL: https://bulkapi.zerobounce.net/email-finder/sendfile

The content type of the body should be multipart/form-data.

Link parameters

  • Parameter
    Description
  • file
    The CSV or TXT file. Byte array content for the submitted file. The content header is of type "text/csv"
  • api_key
    Your API key, which is located in your account. (Required)
  • domain_column
    The domain column index in the file. The index starts from 1 (required).
  • first_name_column
    The column index for the first name column. (It is mandatory that one of the columns, either the first name or the full name column, be filled in)
  • last_name_column
    The column index for the last name column. (Optional)
  • middle_name_column
    The column index for the middle name column. (Optional)
  • full_name_column
    The column index for the full name column. (It is mandatory that one of the columns, either the first name or the full name column, be filled in)
  • has_header_row
    If the first row of the submitted file is a header row; true or false (optional)

END POINT ANSWER

Successful Response

Error Response

Do you need help submitting your file to the bulk email search engine? Tell us what you need: our team is available at any time to assist you.