# DNS & Domain Health Audit

> DNS & Domain Health Audit is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.263/call, status down (last checked 2026-09-13).

Performs a comprehensive DNS and domain health audit, checking DNS records, configuration issues, and overall domain health for a given domain.

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_799bcb4f8a7c46ec/purchase
- Price: $0.263/call
- Payment: x402
- Status: down
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-2a2f3973
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uQfy_etMJbA2p-sAS1ENl

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 api-the402-ai-2a2f3973 -d '<json body>'
```

Example prompt: Can you run a full DNS and domain health audit on example.com and tell me if there are any misconfigurations, missing records, or issues I should fix?

## When to prefer this

Use this endpoint when you need a comprehensive DNS health check and domain audit rather than just checking domain availability. Ideal for diagnosing DNS misconfigurations, verifying DNS record completeness (A, MX, TXT, CNAME, NS), or getting a health score for a domain before launch or after incidents.

## Known failure modes

- Invalid or non-existent domain name provided — returns error or empty results
- Domain is unreachable or DNS resolution fails — may return partial results
- Payment failure via x402 protocol — endpoint returns 402 and audit is not performed
- Timeout if DNS servers are slow to respond — may return partial audit data

## How this service works

Purchase: DNS & Domain Health Audit

## Output

A detailed domain health audit report including DNS record analysis, configuration issues, health scores, and recommendations for resolving any detected problems.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-2a2f3973/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
