Email Domain Trust Auditor
# Email Domain Trust Auditor API Audit a domain’s email authentication posture and turn raw DNS records into **scores, risks, and actionable fixes**. --- ## 🚀 What this API does The Email Domain Trust Auditor evaluates a domain’s **public email security configuration** using DNS and related policies. It checks: * MX (mail routing) * SPF (sender authorization) * DKIM (message signing) * DMARC…
Email Domain Trust Auditor endpoints
| Method | Endpoint | Description |
|---|---|---|
| free | ||
| POST |
free_post_domain_audit /v1/free/audits/domain |
**Tier: Free** · **Costs: 0 paid audit units** Audit one domain and return its score, grade, risk level, and top prioritized findings. The free response intentionally favors… |
| pro | ||
| POST |
pro_render_domain_report /v1/pro/reports/domain |
**Tier: Starter / Pro / Business** · **Costs: 0–1 audits** Render an audit as HTML or structured JSON with executive summary, findings, score breakdown, assessment confidence,… |
| GET |
pro_get_findings_catalog /v1/pro/findings/catalog |
**Tier: Starter / Pro / Business** · **Costs: 0 audits** Complete catalog of every finding ID the engine can emit — use this to build suppression rules, dashboards, or alert… |
| GET |
pro_list_providers /v1/pro/providers |
**Tier: Starter / Pro / Business** · **Costs: 0 audits** Returns curated provider profiles the engine knows about. Use the `id` as `provider_context.provider` in audit requests.… |
| POST |
pro_compare_audits /v1/pro/audits/compare |
**Tier: Starter / Pro / Business** · **Costs: 0–2 audits** Diff two audit results and surface improvements, regressions, and unchanged findings. Both sides must represent the… |
| POST |
pro_get_fix_plan /v1/pro/audits/fix-plan |
**Tier: Starter / Pro / Business** · **Costs: 0–1 audits** Generate a prioritized, step-by-step remediation plan. Costs 0 if you supply a pre-existing `report`; costs 1 if you… |
| GET |
pro_get_domain_audit /v1/pro/audits/domain/{domain} |
**Tier: Starter / Pro / Business** · **Costs: 1 audit** GET convenience form. Full findings, score breakdown, and provider analysis. Pass DKIM selectors as repeated… |
| POST |
pro_bulk_domain_audit /v1/pro/audits/domains |
**Tier: Pro / Business** · **Costs: N audits** (one per successfully audited domain; per-item validation failures are returned in the payload and are not billed) Audit up to 50… |
| POST |
pro_post_domain_audit /v1/pro/audits/domain |
**Tier: Starter / Pro / Business** · **Costs: 1 audit** Full audit: score, grade, all findings, risk summary, score breakdown, provider analysis, assessment confidence, coverage… |
| meta | ||
| GET |
health_health_get /health |
Operational readiness endpoint. Costs 0 audits. |
Email Domain Trust Auditor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $29 / month | — |
|
| MEGA | $79 / month | — |
|