# Coockies.ai Email Validation

> Coockies.ai Email Validation is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.121348/call, status unknown (last checked 2026-09-15).

Validates an email address to determine its deliverability, format correctness, and authenticity

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/email-validation
- Price: $0.121348/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-email-validation-d6186f47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m0zlWkrWNQ9pQlSeEk1eH

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 coockies-ai-email-validation-d6186f47 -d '<json body>'
```

Example prompt: Can you check if the email address john.doe@example.com is valid and actually deliverable before I add it to our mailing list?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call email validation without a subscription, especially in agent-driven workflows on Base chain using x402 micropayments. Ideal for one-off or low-volume validation tasks where a subscription-based service is overkill.

## Known failure modes

- Missing or malformed email address input returns an error
- Unresolvable domains may be flagged as invalid even if the address is legitimate
- Temporary DNS failures could cause false negatives on valid addresses
- Rate limiting may occur if too many validations are requested rapidly
- Disposable email detection may produce false positives for obscure legitimate providers

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing email validation data, likely including format validity, deliverability status, domain existence, and whether the address appears to be disposable or fraudulent.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

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