# BaseBuilder Ecommerce Email Validation

> BaseBuilder Ecommerce Email Validation is a paid API for AI agents from bb-ecommerce-three.vercel.app, paid per call via x402, $0.083409/call, status unknown (last checked 2026-09-15).

Validates an email address for deliverability, format correctness, and spam/disposable detection

## Facts

- Endpoint: POST https://bb-ecommerce-three.vercel.app/api/email-validation
- Price: $0.083409/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-ecommerce-email-validation-2270ca90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YvCvbC_n151u0A_KDkqVH

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 basebuilder-ecommerce-email-validation-2270ca90 -d '<json body>'
```

Example prompt: Can you check whether 'john.doe@example.com' is a real, deliverable email address — flag it if it looks disposable or invalid so I don't add it to my customer list?

## When to prefer this

Use this endpoint when you need to validate individual email addresses at point-of-entry for an ecommerce or sign-up flow, especially when you want disposable/spam detection combined with format and deliverability checks in a single paid API call via x402 micropayment.

## Known failure modes

- Missing or malformed email input returns a 400 validation error
- Payment not provided or insufficient results in a 402 response
- DNS lookup timeout may cause inconclusive deliverability result
- Temporary email providers may not always be flagged as disposable
- Rate limiting or server errors return 429 or 500 status codes

## How this service works

BaseBuilder Ecommerce API hub - 19 paid endpoints

## Output

Returns a structured validation result for the submitted email address, including format validity, deliverability assessment, and whether the address appears to be disposable, spam-trap, or fake.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-ecommerce-email-validation-2270ca90/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-ecommerce-three.vercel.app](https://www.zero.xyz/host/bb-ecommerce-three.vercel.app/llms.txt)
