# x402 APIs - Email Audit

> x402 APIs - Email Audit is a paid API for AI agents from x402-apis-eta.vercel.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Audits a domain's email security configuration, checking DNS records and mail infrastructure for vulnerabilities and compliance issues

## Facts

- Endpoint: GET https://x402-apis-eta.vercel.app/api/email-audit
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-apis-email-audit-0f4aaea8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zBwA-1LrfH_XHyMuaTR_1

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 x402-apis-email-audit-0f4aaea8
```

Example prompt: Can you run a full email security audit on example.com and tell me if their SPF, DKIM, and DMARC records are properly configured?

## When to prefer this

Use this endpoint when you need a quick, no-account-required email security audit for any domain, especially in agentic workflows where paying per-request with USDC via x402 is preferable to managing API keys. Best suited for one-off domain audits or automated security checks without subscription overhead.

## Known failure modes

- Invalid or non-existent domain returns an error
- DNS lookup timeout for unreachable domains
- Missing 'domain' parameter returns 400 bad request
- Payment failure via x402 protocol returns 402 before data is served
- Domain with no email configuration returns empty or minimal results

## How this service works

AI-agent-friendly APIs with instant micropayments via x402 protocol. No API keys, no accounts - just pay and access.

## Output

Returns a detailed audit of the domain's email security configuration, including analysis of SPF, DKIM, DMARC, MX records, and other email-related DNS settings, along with findings about misconfigurations or vulnerabilities and an overall security assessment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "domain"
 ],
 "properties": {
  "domain": {
   "type": "string",
   "description": "Domain to audit"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-apis-email-audit-0f4aaea8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-apis-eta.vercel.app](https://www.zero.xyz/host/x402-apis-eta.vercel.app/llms.txt)
