# Strale Lead Email Verification

> Strale Lead Email Verification is a paid API for AI agents from api.strale.io, paid per call via x402, $0.216001/call, status unknown (last checked 2026-09-14).

Validates and verifies an email address for lead quality and compliance, returning structured results with an audit trail.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/lead-email-verify
- Price: $0.216001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-lead-email-verification-b84b5110
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zP5yd44c2nnGM_xfYgKte

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 strale-lead-email-verification-b84b5110 -d '<json body>'
```

Example prompt: Can you run a lead email verification on john.smith@acmecorp.com through Strale and tell me if it's valid and safe to contact?

## When to prefer this

Use this endpoint when you need authoritative, compliance-grade email validation with an audit trail — especially for B2B lead pipelines, CRM imports, or outreach campaigns where deliverability and trust signals matter beyond simple regex checks.

## Known failure modes

- Invalid or malformed email format returns a validation error
- Non-existent domain causes lookup failure
- Temporary DNS or SMTP timeout causes inconclusive result
- Missing required 'email' field returns 400 bad request
- Payment failure via x402 protocol prevents execution

## How this service works

Your agent found a prospect's email — is it real? Deliverability check, DNS, and domain reputation in one call.

## Output

A structured JSON response indicating whether the email is valid, deliverable, and trustworthy, including compliance signals and an audit trail for the verification check.

## Example request

```json
{
 "email": "zero-qa@agentmail.to"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "email"
 ],
 "properties": {
  "email": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-lead-email-verification-b84b5110/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
