Copyable requests
curl
curl -X POST https://agentmediatools.com/api/agent/email/verify -H "Content-Type: application/json" -d '{"email":"person@example.com"}'Email Verification API
Validate email format, MX records, SMTP reachability, disposable domains, role accounts, and common domain typos. Three free checks daily, then 1 flexible credit.
Working examples
Send one email address as JSON. The response combines syntax, DNS MX, SMTP, disposable-domain, role-account, and typo checks.
curl -X POST https://agentmediatools.com/api/agent/email/verify -H "Content-Type: application/json" -d '{"email":"person@example.com"}'{"success":true,"email":"person@example.com","valid":true,"checks":{"format":true,"mx_exists":true,"smtp_verified":false,"disposable":false,"role_account":false,"typo_suggestion":null}}Download URLs are temporary. Save results to your own storage when the workflow needs durable retention.
The first three checks each day are free, then each check uses 1 flexible credit.
Not always. Some mail servers obscure recipient checks, so treat SMTP as one signal.
The response includes format, MX, SMTP, disposable-domain, role-account, and typo-suggestion fields.
One tool now, one integration later
The same Agent Media Tools account connects this operation to the wider Tool API and MCP catalog.