# AEOnos AI Search Visibility Audit

> AEOnos AI Search Visibility Audit is a paid API for AI agents from aeonos.basechainlabs.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Performs a comprehensive 4-layer AEO/GEO/SEO audit of a URL or business for AI search visibility, including AI inclusion checks, schema gaps, llms.txt review, and a prioritized P1/P2/P3 improvement roadmap.

## Facts

- Endpoint: POST https://aeonos.basechainlabs.com/api/audit
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aeonos-basechainlabs-com-e0512e22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pKvz1KLW0E9f8AyycQyjl

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 aeonos-basechainlabs-com-e0512e22 -d '<json body>'
```

Example prompt: Run a full AI search visibility audit on mybakery.com — I want to know if ChatGPT and Perplexity are citing it, what schema gaps exist, whether the llms.txt is set up correctly, and what my P1/P2/P3 priorities should be to get more AI traffic.

## When to prefer this

Choose this endpoint when you need a holistic, multi-layer AI search visibility assessment rather than a single-purpose tool. It combines AEO, GEO, SEO, llms.txt review, schema gap analysis, and AI inclusion checking into one call, making it ideal when you want a complete diagnostic and prioritized action plan in a single request rather than running separate audits.

## Known failure modes

- Invalid or unreachable URL returns an error or empty audit
- Business name too ambiguous to resolve to a specific site may yield low-confidence results
- Sites with aggressive bot-blocking may result in incomplete crawl data
- Missing llms.txt file will be flagged rather than causing a failure
- Schema analysis may be incomplete for JavaScript-heavy single-page apps

## How this service works

Full AI search visibility audit — AEO/GEO/SEO 4-layer strategy, AI inclusion check, schema gaps, llms.txt review, P1/P2/P3 roadmap. 1.00 USDC.

## Output

Returns a comprehensive 4-layer audit report covering AEO, GEO, SEO, and AI inclusion status for the given URL or business. Includes detection of whether the site is cited by major AI models (ChatGPT, Perplexity, Claude, Google AI Overviews), identified schema.org markup gaps, llms.txt file review findings, and a prioritized P1/P2/P3 action roadmap for improving AI search visibility.

## Example request

```json
{
 "query": "Audit example.com for AI search visibility",
 "caller_id": "qa-test-agent"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "URL or business to audit. E.g. 'Audit mysite.com for AI search visibility'."
  },
  "caller_id": {
   "type": "string",
   "description": "Optional agent or user ID for persistent memory."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aeonos-basechainlabs-com-e0512e22/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aeonos.basechainlabs.com](https://www.zero.xyz/host/aeonos.basechainlabs.com/llms.txt)
