# Arch Tools Email Verify

> Arch Tools Email Verify is a paid API for AI agents from archtools.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Verifies whether an email address is valid and deliverable

## Facts

- Endpoint: POST https://archtools.dev/v1/tools/email-verify
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/arch-tools-email-verify-7661d469
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F5R0v_4v3lStkPJpONGPP

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 arch-tools-email-verify-7661d469 -d '<json body>'
```

Example prompt: Can you verify whether the email address john.doe@example.com is valid and actually deliverable?

## When to prefer this

Use this endpoint when you need a quick, affordable per-call email verification paid via USDC on Base, especially within agent workflows on archtools.dev where other tools like email-find or extract-entities are also in use. Ideal for validating individual email addresses before outreach, sign-up flows, or CRM enrichment without committing to a monthly SaaS subscription.

## Known failure modes

- Missing or empty email field returns a 400-level error
- Malformed email string may return invalid format error
- Network or DNS lookup failures for the email domain may return inconclusive result
- Payment failure (insufficient USDC) prevents the call from completing
- Temporary mail server unavailability may yield an unverifiable status

## How this service works

Arch Tools — email-verify

## Output

Returns a JSON object indicating whether the provided email address is valid and deliverable, likely including status flags such as format validity, domain existence, and mailbox reachability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "description": "Email address to verify"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/arch-tools-email-verify-7661d469/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from archtools.dev](https://www.zero.xyz/host/archtools.dev/llms.txt)
