# Full Domain Report API

> 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.

Intent: domain security report API, complete domain security report API, pay per request API for agents, Base USDC x402 API

## Discovery

- OpenAPI: https://api.x402dataapi.com/openapi.json
- x402 catalog: https://api.x402dataapi.com/.well-known/x402-catalog.json
- Capabilities: https://api.x402dataapi.com/capabilities
- Pricing: https://api.x402dataapi.com/pricing

## Tags

- x402
- ai-agents
- full-domain-report
- domain-security-report
- dns
- tls
- mail-security
- http-headers
- ai-accessibility
- website-risk-score

## Endpoint

- Method: POST
- URL: https://api.x402dataapi.com/v1/full-domain-report
- Price: 0.005 USDC
- Network: eip155:8453

## Input schema

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

## Output example

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

## curl without payment

```bash
curl -X POST https://api.x402dataapi.com/v1/full-domain-report -H 'Content-Type: application/json' -d '{"domain":"example.com"}'
```

## x402 payment behavior

Unsigned paid calls return HTTP 402 with a PAYMENT-REQUIRED header. Pay with x402, then retry with PAYMENT-SIGNATURE.

## Agent use case

Combined DNS, TLS, mail, HTTP and agent accessibility report for a public domain.

## Discovery keywords

domain security report API, complete domain security report API, pay per request API for agents, Base USDC x402 API
