Email Utility API
18+ email utility endpoints — syntax validation, disposable domain detection, typo correction, SPF/DKIM/DMARC generation, email templates, and more.
1 subscribers
18 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Email Utility API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Email - Validation | ||
| POST |
/api/email_suggest_typo /api/email_suggest_typo |
Suggest corrections for common email domain typos |
| POST |
/api/email_validate_syntax /api/email_validate_syntax |
Validate email address syntax using regex |
| POST |
/api/email_normalize /api/email_normalize |
Normalize email address (lowercase, remove dots from Gmail, remove + aliases) |
| POST |
/api/email_domain_extract /api/email_domain_extract |
Extract domain and TLD from an email address |
| POST |
/api/email_is_disposable /api/email_is_disposable |
Check if email domain is a disposable/temporary email provider |
| POST |
/api/email_is_role /api/email_is_role |
Check if email is a role-based address (info@, admin@, support@, etc.) |
| Email - Generation | ||
| POST |
/api/email_template_welcome /api/email_template_welcome |
Generate a welcome email HTML template |
| POST |
/api/email_gravatar_url /api/email_gravatar_url |
Generate Gravatar URL from email address using MD5 hash |
| POST |
/api/email_template_invoice /api/email_template_invoice |
Generate an invoice email HTML template with line items |
| POST |
/api/email_template_password_reset /api/email_template_password_reset |
Generate a password reset email HTML template |
| POST |
/api/email_mailto_link /api/email_mailto_link |
Generate a mailto: link with optional subject, body, cc, and bcc |
| Email - DNS | ||
| POST |
/api/email_dkim_generate /api/email_dkim_generate |
Generate a DKIM DNS record template |
| POST |
/api/email_spf_generate /api/email_spf_generate |
Generate an SPF TXT DNS record for email authentication |
| POST |
/api/email_dmarc_generate /api/email_dmarc_generate |
Generate a DMARC TXT DNS record for email authentication policy |
| Email - Parse | ||
| POST |
/api/email_hash /api/email_hash |
Hash email address using SHA-256 for privacy-safe tracking |
| POST |
/api/email_mask /api/email_mask |
Mask email address for safe display (e.g., j***@g***.com) |
| POST |
/api/email_parse_header /api/email_parse_header |
Parse raw email header string into a structured object |
| POST |
/api/email_extract_from_text /api/email_extract_from_text |
Extract all email addresses from a block of text |
Email Utility API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $49.99 / month | — |
|