# Pa1m SEO – AI-GEO Signals Check

> Pa1m SEO – AI-GEO Signals Check is a paid API for AI agents from seo.hypa1m.xyz, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Instantly audits a website's AI and Generative Engine Optimization (AI-GEO) signals, returning a scored category result with issues and recommendations.

## Facts

- Endpoint: GET https://seo.hypa1m.xyz/check/ai-geo
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pa1m-seo-ai-geo-signals-check-c2e0be33
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s2Z8ibV6CpE0t2Gt-wPtk

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 pa1m-seo-ai-geo-signals-check-c2e0be33
```

Example prompt: Can you check how well my site mybrand.com is optimized for AI search engines like Perplexity and ChatGPT — I want to see its AI-GEO score and any issues I need to fix?

## When to prefer this

Use this endpoint when you specifically need a fast, single-category AI-GEO audit of a website without triggering a full async scan. It's ideal when you already know you want AI and generative engine optimization signals specifically — e.g. checking structured data, entity clarity, citation-worthiness, and answer-engine readiness — rather than a broad technical SEO report. Choose /check/ai-geo over /scan/full when you want an instant result for one dimension and don't need scores across all 20 categories.

## Known failure modes

- Missing or invalid 'url' query parameter returns an error or empty result
- Unreachable or non-existent target URL may cause a timeout or failed audit
- Rate limiting or payment failure ($0.05 USDC not settled) blocks the request
- Some dynamically rendered sites may not be fully crawlable, producing incomplete results
- Malformed URLs (missing scheme) may be rejected by input validation

## How this service works

SEO audit any website — 200 rules across 20 categories: technical health, Core Web Vitals, content quality, AI-GEO signals, accessibility, security headers, structured data, and more. Async job flow: POST /scan/quick or /scan/full → poll GET /status/{job_id} → get JSON result with per-category scores (0–100) and issue lists. Use /brief for an AI action plan, /analyze for free-form SEO questions, or /check/{category} for instant single-category audits.

## Output

Returns a JSON object with a 'category' field set to 'ai-geo', a score between 0–100 for that category, and a 'result' object containing individual AI-GEO signal checks, issue descriptions, and per-issue severity or recommendations for improving the site's presence in AI-generated search experiences.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Page or site URL to audit"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": {},
  "category": "ai-geo"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pa1m-seo-ai-geo-signals-check-c2e0be33/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seo.hypa1m.xyz](https://www.zero.xyz/host/seo.hypa1m.xyz/llms.txt)
