API Tools
12 endpoints across 4 categories
Validation
— 3 tools
GET
/v1/email/catch-all
Detect whether a domain's mail server accepts all email addresses
View details → 1 credit
POST
/v1/email/validate-batch
Validate up to 50 email addresses in one request
View details → 1 credit
GET
/v1/email/validate
Full email validation with syntax, MX, SMTP, and deliverability checks
View details → 3 creditsIntelligence
— 4 tools
GET
/v1/email/gravatar
Get the Gravatar image URL and profile for an email address
View details → 1 credit
GET
/v1/email/normalize
Normalize an email address by handling dots, plus-aliases, and case
View details → 1 credit
GET
/v1/email/provider
Identify the email provider for a domain based on MX records
View details → 1 credit
GET
/v1/email/role-check
Detect whether an email address is a role/group account or personal mailbox
View details → 1 creditDeliverability
— 3 tools
POST
/v1/email/headers
Parse raw email headers to extract routing, authentication, and spoofing indicators
View details → 1 credit
POST
/v1/email/mailto
Build or parse RFC 6068 mailto: URIs
View details → 1 credit
POST
/v1/email/spam-score
Score email content for spam signals using heuristic rules
View details → 1 credit