Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@kidddevs kidddevs released this 13 Mar 04:18
· 1 commit to main since this release

🚀 Features

  • Validate the format and structure of email addresses.
  • Check if the email domain is blacklisted using a predefined list of disposable email domains.
  • Check for the existence of email domains using DNS lookup.
  • Verify the validity of email addresses by initiating an SMTP conversation.

🏁 Quick Start

To get started with Checky, follow these simple steps:

  1. Sign up for an account on RapidAPI and subscribe to the Checky Validate Email API.
  2. Use the provided API key to access the endpoints.
  3. Start validating email addresses in your applications or services.

🔁 Endpoints

  • Validate Email (POST /validate):

    • Validates a single email address provided in the request body.
  • Validate Email (GET /validate):

    • Validates a single email address provided as a query parameter.
  • Extract Emails (POST /extract):

    • Extracts email addresses from a text input and validates each email found.