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 ImageDomain Search API
ZeroBounce ImageA.I. Scoring API
ZeroBounce ImageSend File
ZeroBounce ImageFile Status
ZeroBounce ImageGet File
ZeroBounce ImageSuccess / Fail Response
ZeroBounce ImageDelete File
ZeroBounce ImageSingle email scoring
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
  • A.I. Scoring API
  • Separator
  • Get File
A.I. Scoring API

A.I. Scoring API

A.I. Scoring API: Get File

Have you used our email scoring API and would like to get your results?

The scoring getfile API allows you to get your email scoring results for the file you submitted using scoring sendfile API. Please refer to the C# example for details.

GET /V2/SCORING/GETFILE

API URL: https://bulkapi.zerobounce.net/v2/scoring/getfile

URL Parameters

  • Parameter
    Required / Optional
    Description
  • api_key
    Required
    Your API Key, found in your account
  • file_id
    Required
    The returned file ID when calling scoring sendfile API

GET FILE CODE SAMPLES

Get File Status

A.I. Scoring API: Get File

ENDPOINT RESPONSE

Below we provide examples of both successful and unsuccessful responses for using the getfile API.

This is an example of a successful response:


      //N/A
    

The scoring getfile API returns the scoring results file. The returned content type is "application/octet-stream". You can get the file name from response.Content.Headers.ContentDisposition.FileName. If you are calling the API directly from the browser, you can either save or open the results file from the browser.

This is an example of an error response:


    {
      "success": false,
      "message": "Error messages"
    }

The ZeroBounce Score system is one of the most efficient tools to determine the validity of catch-all email addresses. Most of our customers will get a certain number of “catch-all” statuses in their email validation results. These types of emails are impossible to validate the classic way. That’s why we developed ZeroBounce Score: to offer you an extra tool that provides further insights into the validity of your catch-all emails.

ZeroBounce Score allows you to determine which of the catch-all emailsⓘ in your list are valid, so you can keep them while removing the rest.

If you have any questions about getting your ZeroBounce Score results, please drop us a line. Our Customer Support team is available 24/7 to guide you and answer all your questions.