# AnyAPI Email Verifier

> AnyAPI Email Verifier is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Verifies whether an email address is deliverable by checking its syntax, domain, and mailbox validity

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/email.verify
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-email-verifier-336dc859
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b0sifAHtebTkHAolOVQlP

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-email-verifier-336dc859 -d '<json body>'
```

Example prompt: Can you check whether jane.doe@acme.com is a real, deliverable email address — including syntax, domain, and mailbox verification?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use email verification that covers syntax, domain DNS, and mailbox-level checks without committing to a subscription. Ideal for validating individual emails on demand in agent workflows, lead enrichment pipelines, or form submission validation at $0.001 per call.

## Known failure modes

- Invalid or malformed email input returns an error or found:false with no data
- Domain does not exist results in failed domain check
- Mailbox check blocked by server returns inconclusive result
- Network timeout during SMTP verification
- Missing required email field in request body returns 400-style error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a found boolean and, if successful, an array of verification records for the submitted email address, including its deliverability verdict and details from syntax, domain, and mailbox checks. Also includes the USD cost charged for the call and the provider name.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-email-verifier-336dc859/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
