# Strale Email Audit

> Strale Email Audit is a paid API for AI agents from api.strale.io, paid per call via x402, $0.27/call, status unknown (last checked 2026-09-14).

Performs a trust and quality audit of an email domain, returning structured compliance and validation data with an audit trail.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/email-audit
- Price: $0.27/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-email-audit-c29c86b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SsCISB5hGt11ylVgvrfDh

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 strale-email-audit-c29c86b2 -d '<json body>'
```

Example prompt: Can you run an email domain audit on acmecorp.com and tell me if it passes trust and compliance checks?

## When to prefer this

Use this endpoint when you need a structured, auditable compliance and trust assessment specifically for an email domain — particularly for agent-driven due diligence, vendor onboarding, or fraud prevention workflows where an audit trail is required. Prefer over generic WHOIS or MX-record lookups when you need quality scoring and compliance metadata in a single call.

## Known failure modes

- Missing or invalid 'domain' field returns a 400 validation error
- Unknown or unresolvable domain may return empty or low-confidence results
- Payment failure (insufficient USDC) returns 402 Payment Required
- Rate limiting may return 429 Too Many Requests
- Internal server error returns 500 with error details

## How this service works

Will emails to this domain actually arrive? SPF, DKIM, DMARC, MX records, SSL, and blacklist status — the complete deliverability audit.

## Output

A structured JSON object containing trust and quality audit results for the specified email domain, including compliance checks, validation findings, and an audit trail.

## Example request

```json
{
 "domain": "example.com"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-email-audit-c29c86b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
