# Orthogonal Findymail Email Verifier

> Orthogonal Findymail Email Verifier is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-13).

Verifies whether an email address is valid and deliverable, consuming one verifier credit per attempt.

## Facts

- Endpoint: POST https://x402.orthogonal.com/findymail/api/verify
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-findymail-email-verifier-77dda264
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ghiEBo9JcfgcLL-B5NCJV

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 orthogonal-findymail-email-verifier-77dda264 -d '<json body>'
```

Example prompt: Can you verify whether john.smith@acmecorp.com is a real, deliverable email address before I reach out?

## When to prefer this

Choose this endpoint when you need per-email deliverability verification powered by Findymail's verifier, available as a pay-per-use API at $0.015 USDC per call with no subscription required. Prefer it over bulk validation services when verifying individual emails on-demand in automated workflows, or when you need a lightweight, agent-callable verification step before sending outreach or onboarding contacts.

## Known failure modes

- Invalid or malformed email input returns an error
- Network or DNS lookup failures may cause inconclusive results
- Catch-all mail servers may return ambiguous deliverability results
- Credit exhaustion if verifier credits are depleted
- Temporary SMTP server issues may cause false negatives

## How this service works

Verify an email address. Uses one verifier credit on all attempted verifications.

## Output

Returns a verification result indicating whether the email address is valid and deliverable, including status signals such as whether the mailbox exists, is reachable, or is likely to bounce. Consumes one verifier credit regardless of outcome.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-findymail-email-verifier-77dda264/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
