# Autonomy API Network AI Visibility Audit

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

Runs a comprehensive AEO, GEO, and AI SEO audit of a URL for answer-engine and ChatGPT visibility, checking AI crawler access, llms.txt, structured entities, answerability, and freshness.

## Facts

- Endpoint: POST https://autonomy-api-network.onrender.com/v1/ai-visibility-audit
- Price: $0.1/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-ai-visibility-audit-106394e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HIg5wp8227pyqUhL_SYiI

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-ai-visibility-audit-106394e3 -d '<json body>'
```

Example prompt: Can you run a full AI visibility audit on https://mycompany.com — I want to know if AI search engines like ChatGPT can access and answer questions from it, whether llms.txt is set up, and what structured entities or freshness issues I should fix?

## When to prefer this

Choose this endpoint when you need a deep, AI-search-specific audit covering AEO, GEO, llms.txt, structured entities, and answerability — not just general technical SEO. It is distinct from generic SEO or site-health checkers because it focuses specifically on how AI answer engines like ChatGPT discover, access, and cite web content, and provides prioritized fixes tailored to AI visibility rather than traditional search ranking.

## Known failure modes

- Invalid or non-public URL returns an error
- URL that blocks all crawlers may return limited data
- Paywalled or login-required pages cannot be fully audited
- Slow or unresponsive target URLs may time out
- Malformed URL input returns a validation error

## How this service works

Score a website's visibility to AI search and answer engines with crawler access, llms.txt, structured entity, answerability, freshness, and prioritized remediation checks.

## Output

Returns a structured audit report covering AI crawler access permissions, presence and quality of llms.txt, detected structured entities, answerability assessment, content freshness signals, and a prioritized list of actionable fixes to improve visibility in answer engines like ChatGPT.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autonomy-api-network-ai-visibility-audit-106394e3/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)
