# Pa1m SEO – Legal Category Instant Audit

> Pa1m SEO – Legal Category Instant Audit 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 legal SEO signals (e.g. privacy policy, terms, disclaimers) and returns a scored report with issues for the 'legal' category.

## Facts

- Endpoint: GET https://seo.hypa1m.xyz/check/legal
- 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-legal-category-instant-audit-dfa8cb1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5XTfDKCCDVV9HBswXs-yD

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-legal-category-instant-audit-dfa8cb1e
```

Example prompt: Can you run a legal SEO check on https://www.example.com and tell me the score and any issues with my privacy policy, terms of service, or other legal pages that might be hurting my search rankings?

## When to prefer this

Use this endpoint when you need a fast, single-category legal SEO audit without waiting for a full async scan job. It is ideal when you only care about legal page signals (privacy policy, terms, disclaimers) rather than all 20 SEO categories, and when you need an immediate result rather than polling a job queue.

## Known failure modes

- Missing or invalid 'url' query parameter returns an error
- Target website is unreachable or returns 5xx — scan may fail or return partial data
- Payment not completed (x402) — request is rejected before audit runs
- Rate limiting if too many concurrent calls are made
- Some legal signals may not be detectable if the site blocks crawlers

## 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

A JSON object containing a 'legal' category score from 0 to 100 and a list of identified SEO issues related to legal pages (privacy policy, terms of service, cookie notices, disclaimers), with details on what is missing or misconfigured.

## 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": "legal"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pa1m-seo-legal-category-instant-audit-dfa8cb1e/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)
