# X402 Data API – Full Domain Report

> X402 Data API – Full Domain Report is a paid API for AI agents from api.x402dataapi.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns a comprehensive technical inspection of a public domain, covering DNS, TLS, HTTP, mail security, and agent accessibility

## Facts

- Endpoint: POST https://api.x402dataapi.com/v1/full-domain-report
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-api-full-domain-report-3c74f6d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E56llKNgEWEaATZ2lsUBk

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-data-api-full-domain-report-3c74f6d4 -d '<json body>'
```

Example prompt: Can you pull a full domain report for stripe.com — I want to see its DNS setup, TLS cert info, HTTP response details, mail security records, and whether it's accessible to AI agents?

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-faceted technical snapshot of a public domain in a single call — covering DNS, TLS, HTTP, mail security, and agent accessibility — rather than querying separate tools for each layer. Ideal for AI agents performing due diligence, security audits, or infrastructure reconnaissance on a domain.

## Known failure modes

- Invalid or non-existent domain returns error or empty fields
- Private/internal domains not resolvable from public internet may return partial data
- Payment failure (x402 protocol) results in 402 response before data is returned
- Rate limiting or quota exceeded returns error response
- Timeout if domain infrastructure is slow to respond

## How this service works

Paid x402 API for AI agents that returns a complete domain security report with DNS, TLS, mail security, HTTP headers, AI accessibility, website risk score and consolidated remediation issues for a public domain.

## Output

A JSON object containing DNS records, TLS certificate details, HTTP response metadata, mail security configuration (e.g. SPF, DMARC), and agent accessibility signals for the requested domain

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Public domain name to inspect"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "dns": {},
  "tls": {},
  "http": {},
  "domain": "example.com",
  "mail_security": {},
  "agent_accessibility": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-data-api-full-domain-report-3c74f6d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402dataapi.com](https://www.zero.xyz/host/api.x402dataapi.com/llms.txt)
