NeoSky AI eVerify API
NeoSky Email Verification API

Documentation

Endpoint:https://neosky-ai-everify-main-c08db9b.d2.zuplo.dev

Verify an email address

POST
https://neosky-ai-everify-main-c08db9b.d2.zuplo.dev
/

Submit an email address to check for validity, reachability, MX records, SMTP response, and syntax.

Verify an email addressHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Verify an email addressRequest Body

  • to_emailstring · email · required

    The email address to verify.

Verify an email addressResponses

Successful email verification result

  • inputstring
  • is_reachablestring · enum
    Enum values:
    unknown
    safe
    risky
    invalid
  • miscobject
  • mxobject
  • smtpobject
  • syntaxobject