# CIEL M2M Email Validation API

> CIEL M2M Email Validation API is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-18).

Validates an email address and returns verification result data via a lightweight GET request, billed per call in USDC.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/email-validate
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-email-validation-api-66f79557
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SlYFhVHCbk31eR4hGobZV

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 ciel-m2m-email-validation-api-66f79557
```

Example prompt: Can you check whether 'john.doe@example.com' is a valid, deliverable email address before I add it to my outreach list?

## When to prefer this

Choose this endpoint when you need a fast, per-call email validation without a monthly subscription commitment, paying only $0.01 USDC per check via x402 on Base. Ideal for AI agents processing occasional or unpredictable volumes of email verifications where pay-per-use is more cost-effective than a flat subscription.

## Known failure modes

- Missing or malformed email parameter returns error response
- Invalid domain in email may return undeliverable status
- Temporary DNS lookup failures may affect domain verification
- Payment failure via x402 may block the request
- Rate limiting if request volume exceeds plan limits

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object with a result field containing verification data about the submitted email address, including validity status and potentially deliverability, format checks, and domain information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-email-validation-api-66f79557/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
