Releases: dakidarts/Checky-Validate-Email-API
Releases · dakidarts/Checky-Validate-Email-API
Initial 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:
- Sign up for an account on RapidAPI and subscribe to the Checky Validate Email API.
- Use the provided API key to access the endpoints.
- 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.