# Website Full Audit - DNS, SEO, SSL, Security & Status Analysis

> Website Full Audit - DNS, SEO, SSL, Security & Status Analysis is a paid API for AI agents from elon.tail49499f.ts.net, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Performs a comprehensive website audit returning DNS records, SEO signals, SSL certificate details, security headers, and HTTP status for any public URL.

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/full-audit
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/website-full-audit-dns-seo-ssl-security-status-analysis-0f2200a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q6qeGGefFvX3HI7Pj9wUM

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 website-full-audit-dns-seo-ssl-security-status-analysis-0f2200a5 -d '<json body>'
```

Example prompt: Can you run a full technical audit on https://example.com — I want to see its DNS setup, SSL certificate status, SEO signals, and whether it has proper security headers configured?

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-dimensional technical snapshot of a public website in a single call — covering DNS, SSL, SEO, and security all at once — rather than calling separate specialized APIs for each dimension. Ideal for due diligence workflows, pre-launch audits, competitive benchmarking, or domain trust assessments where breadth of coverage matters more than deep specialization in one area.

## Known failure modes

- Invalid or unreachable URL returns an error or empty response fields
- Private/internal URLs (non-public IPs) may be rejected or return no data
- DNS lookup failures may result in empty DNS section
- SSL errors on the target site will be reported but may cause partial responses
- Rate limiting or payment failures result in 402 or 429 HTTP status codes

## How this service works

Curated x402 website intelligence API for autonomous AI agents. 24 high-value paid tools covering web content, company research, ecommerce product intelligence, SEO, security and domain trust.

## Output

Returns a JSON object with structured results across five domains: DNS records (nameservers, MX, A records, etc.), SEO metadata (title, meta tags, canonical URLs, etc.), SSL certificate details (issuer, expiry, validity), security headers analysis (CSP, HSTS, X-Frame-Options, etc.), and the HTTP status code of the URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public HTTP or HTTPS URL to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "dns": {},
  "seo": {},
  "ssl": {},
  "security": {},
  "status_code": 200
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/website-full-audit-dns-seo-ssl-security-status-analysis-0f2200a5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from elon.tail49499f.ts.net](https://www.zero.xyz/host/elon.tail49499f.ts.net/llms.txt)
