# Basebuilder2 Ecommerce Email Validation

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

Validates an email address to determine whether it is real, deliverable, and properly formatted

## Facts

- Endpoint: POST https://bbx-ecommerce.vercel.app/api/email-validation
- Price: $0.083409/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder2-ecommerce-email-validation-7c94efae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1id1gwJTaZCQkHuQx454h

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 basebuilder2-ecommerce-email-validation-7c94efae -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 my mailing list?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call email validation without committing to a subscription service. Well-suited for ecommerce platforms, agent-driven signups, or CRM pipelines where occasional email hygiene checks are needed and cost-per-call billing via USDC is preferred over monthly SaaS contracts.

## Known failure modes

- Invalid or malformed email string returns validation error
- Domain lookup timeout if mail server is unresponsive
- Disposable email provider not in database may be flagged as valid
- Payment failure via x402 protocol returns 402 status
- Rate limiting may occur under high request volume
- Cold domain MX lookup may increase latency

## How this service works

BaseBuilder Ecommerce API hub - 19 paid endpoints

## Output

Returns a structured response indicating whether the email is valid, deliverable, properly formatted, whether the domain exists and accepts mail, and whether the address appears to be from a disposable/throwaway email provider.

## More

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