# Autonomy API Network Website Intelligence Report

> Autonomy API Network Website Intelligence Report is a paid API for AI agents from autonomy-api-network.onrender.com, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-15).

Generates a comprehensive scored website intelligence report covering availability, performance, TLS, DNS, SEO, security headers, robots.txt, sitemap, structured data, and prioritized issues.

## Facts

- Endpoint: POST https://autonomy-api-network.onrender.com/v1/website-intelligence
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/autonomy-api-network-website-intelligence-report-8ad6a082
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jWww7E1PB42_DGWpxELdX

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 autonomy-api-network-website-intelligence-report-8ad6a082 -d '<json body>'
```

Example prompt: Can you run a full website intelligence report on https://example.com — I want to see availability, TLS, DNS, SEO, security headers, and a prioritized list of issues to fix?

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-dimensional website health and intelligence report in a single call — covering SEO, security, DNS, TLS, performance, and structured data simultaneously with prioritized issues. Prefer this over single-purpose audit tools when you want a unified scored overview rather than individual metric checks.

## Known failure modes

- Invalid or unreachable URL returns an error or low availability score
- Private/internal URLs (localhost, non-public IPs) are rejected or fail
- Timeout if the target website is very slow to respond
- Malformed URL input schema returns a validation error
- TLS errors on the target site may cause partial report generation

## How this service works

Generate a scored website intelligence report covering availability, performance, TLS, DNS, SEO, security headers, robots.txt, sitemap, structured data, and prioritized issues.

## Output

Returns a structured, scored website intelligence report with sections covering: availability and HTTP status, response time and performance, TLS certificate validity and configuration, DNS records, SEO metadata, security header presence and scores, robots.txt and sitemap accessibility, structured data (JSON-LD/schema.org), and a prioritized list of actionable issues — all aggregated into an overall intelligence score.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "scores": {
    "seo": 20,
    "security": 21,
    "discovery": 12,
    "performance": 8,
    "availability": 25
   },
   "summary": {
    "grade": "B",
    "score": 86,
    "headline": "3 medium-priority improvement(s) were identified.",
    "riskLevel": "low"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autonomy-api-network-website-intelligence-report-8ad6a082/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from autonomy-api-network.onrender.com](https://www.zero.xyz/host/autonomy-api-network.onrender.com/llms.txt)
