# aivis - AI Visibility Audit

> aivis - AI Visibility Audit is a paid API for AI agents from x402-aivis.shablony-pro.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Audits a website or schema for AI/GEO (Generative Engine Optimization) visibility and returns a score indicating how well it is represented in AI-generated responses.

## Facts

- Endpoint: GET https://x402-aivis.shablony-pro.workers.dev/audit
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aivis-ai-visibility-audit-2c5089d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2CsYMqcOfDKhPGKIJtMsM

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 aivis-ai-visibility-audit-2c5089d7
```

Example prompt: Can you run an AI visibility audit on my website schema and tell me how well my site is optimized for generative engine search results?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call AI visibility score for a website schema without committing to a subscription. Ideal for one-off audits, pre-deployment checks, or comparing schema versions. Best suited for GEO/AI search optimization workflows rather than traditional SEO metrics.

## Known failure modes

- Missing or malformed schema input returns a low or zero score with no explanation
- Payment not processed results in 402 response before audit runs
- Invalid schema format may cause parsing errors or inaccurate scoring
- Network timeout if the worker takes too long to evaluate the schema

## How this service works

AI Visibility Audit for the GEO era. x402 pay-per-call, 0.02 USDC on Base.

## Output

Returns a JSON object containing a numeric AI visibility score (e.g. {"score": 0}) indicating how well the provided schema or website is optimized for generative engine discovery and AI-powered search results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "schema": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "score": 0
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aivis-ai-visibility-audit-2c5089d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-aivis.shablony-pro.workers.dev](https://www.zero.xyz/host/x402-aivis.shablony-pro.workers.dev/llms.txt)
