Email API
This Email Validation API helps you verify email addresses in real-time or in bulk (TXT/CSV). It detects fake or temporary emails, checks MX records, and identifies if the address is from a free or paid provider (like Gmail vs G Suite). Ideal for sign-up forms, lead cleaning, and preventing spam signups. You can: ✅ Detect temporary or disposable emails (e.g. Mailinator, 10MinMail) ✅ Check if an…
Email API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Fake Email Address /fake_email |
Get a fake business email address and job title |
| POST |
Check Temporary Emails /check-temp-email |
Temporary and disposable email address (These emails expires after several minutes or hours) |
| POST |
Check Valid Emails /check-valid-email |
Whether the email follows a valid format or not, including the presence of a username, an "@" symbol, a domain name, and a valid top-level domain. |
| POST |
Bulk Email Syntax Check /bulk_email_syntax_check |
Allows users to upload a text or CSV file containing a list of emails(one email per line), which are then validated for syntax. Maximum of 1000 emails per file. |
| POST |
Check Email MX Records /check-email-mx-records |
Quickly and easily check the MX records of any email address. Ensure that your emails are delivered successfully by verifying the mail exchange records of your recipients. |
| POST |
Validate Email By Service /validate-email-by-service |
Improve email deliverability and accuracy by validating email addresses against specific email services. Like no-reply, info etc. |
| POST |
Check Free Email Providers /check-free-email |
Determine whether the email address is from a free email service provider or not. For example **gmail.com** is a free provider. |