# whatchuneed Email Validate

> whatchuneed Email Validate is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-16).

Validates an email address to check if it is properly formatted and deliverable

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/util/email-validate
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-email-validate-126e361e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lzJLD1coa54O6ApdDzqa2

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 whatchuneed-email-validate-126e361e -d '<json body>'
```

Example prompt: Can you check if 'john.doe@example.com' is a valid, deliverable email address?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call email validation without setting up a dedicated email verification service subscription. It is ideal for low-to-medium volume validation needs within an agent workflow that already uses the whatchuneed API gateway for other utilities.

## Known failure modes

- Missing or empty input field returns an error
- Malformed request body causes 400-level response
- Network timeout or upstream service unavailability
- Payment failure via x402 protocol prevents call from completing
- Ambiguous or borderline email formats may return uncertain results

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a result object with a status field and validation details indicating whether the provided email address is valid, properly formatted, and potentially deliverable, along with any relevant error or quality signals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-email-validate-126e361e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
