Otto AI Domain Report is a paid API for AI agents from x402.ottoai.services, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).
Returns DNS records, RDAP registration details, and email authentication (SPF/DKIM/DMARC) for a given domain name.
One call returns the full domain profile for vetting, deliverability, or phishing/fraud checks: live DNS (A/MX/NS + record counts), RDAP/WHOIS registration (registrar, domain age, expiry, status, DNSSEC) and email authentication (SPF, DMARC policy, detected DKIM selectors) — plus a one-line summary. Bundles three lookups into one hourly-fresh read. Keyless, license-clean, pay-per-call.
A JSON object containing: DNS A, MX, NS records and TXT count; email authentication details including SPF policy and record, DKIM selectors found, and DMARC policy and record; RDAP registration info including registrar, creation/expiry dates, domain age in days, DNSSEC status, and transfer lock statuses; plus a human-readable one-line summary and metadata about freshness.
GEThttps://x402.ottoai.services/domain-reportChoose this endpoint when you need a comprehensive single-call profile of a domain covering DNS infrastructure, registrar provenance, domain age, and email security posture simultaneously. Prefer it over raw WHOIS tools when you want structured, parsed output including SPF/DKIM/DMARC analysis in one response. Best suited for domain due diligence, phishing investigation, email deliverability audits, or counterparty vetting.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"data": {
"dns": {
"a": [
"162.159.140.227",
"172.66.0.225"
],
"mx": [
{
"exchange": "aspmx.l.google.com",
"priority": 1
}
],
"ns": [
"meera.ns.cloudflare.com",
"rick.ns.cloudflare.com"
],
"resolves": true,
"txtCount": 6
},
"email": {
"spf": {
"policy": "softfail",
"record": "v=spf1 include:_spf.google.com ~all",
"present": true
},
"dkim": {
"selectorsFound": [
"google"
]
},
"dmarc": {
"policy": "reject",
"record": "v=DMARC1; p=reject",
"present": true
}
},
"domain": "uniswap.org",
"summary": "uniswap.org: registered via NameCheap, Inc., 7.6y old, 2 A / 5 MX, DMARC reject, DNSSEC.",
"generatedAt": "2026-06-24T12:00:00.000Z",
"registration": {
"dnssec": true,
"ageDays": 2767,
"statuses": [
"client transfer prohibited"
],
"createdAt": "2018-11-26T05:33:07Z",
"expiresAt": "2031-11-26T05:33:07Z",
"registrar": "NameCheap, Inc.",
"registered": true
}
},
"meta": {
"degraded": false,
"validUntil": "",
"generatedAt": "",
"stalenessSec": 0
},
"status": "success"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"