# Aeonos AI Search Visibility Progress Report

> Aeonos AI Search Visibility Progress Report is a paid API for AI agents from aeonos.basechainlabs.com, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-15).

Generates a scored progress report on a website's AI search visibility across four layers (SXO/AIO/GEO/AEO), identifying what's working, gaps, and the top 3 highest-impact next actions.

## Facts

- Endpoint: POST https://aeonos.basechainlabs.com/api/progress
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aeonos-basechainlabs-com-07c0dd18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HDxx_Y4YOapsr74aiEFi6

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-07c0dd18 -d '<json body>'
```

Example prompt: Can you generate an AI search visibility progress report for techstartup.io — I want to see my Four Layers scores across SXO, AIO, GEO, and AEO, what's already working, where the gaps are, and the top 3 highest-impact actions I should take next?

## When to prefer this

Choose this endpoint when you want a consolidated, scored snapshot of a site's current AI search visibility standing and actionable priorities, rather than a deep audit (use the full audit endpoint for that) or a specific artifact like llms.txt or JSON-LD schema. Ideal for ongoing progress tracking and quick strategic check-ins.

## Known failure modes

- Invalid or unreachable URL provided — report cannot be generated for the domain
- Domain has no crawlable content — insufficient data to score
- Payment not fulfilled via x402 — request rejected with 402 status
- Malformed query field — missing URL or business identifier
- Rate limiting or upstream AI analysis failure — retry recommended

## How this service works

AI search visibility progress report — Four Layers scoring (SXO/AIO/GEO/AEO), what's working, gaps, and your next 3 highest-impact actions. 1.50 USDC.

## Output

A structured progress report including Four Layers scores (SXO/AIO/GEO/AEO), a summary of what is currently working well, identified visibility gaps, and a ranked list of the three highest-impact next actions to improve AI search citation and discoverability.

## Example request

```json
{
 "query": "Generate a progress report for example.com",
 "caller_id": "qa-test-agent-001"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "URL or business to report on. E.g. 'Generate a progress report for mysite.com'."
  },
  "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-07c0dd18/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)
