# GEO x402 - Unlock Full GEO/SEO Audit Report

> GEO x402 - Unlock Full GEO/SEO Audit Report is a paid API for AI agents from x402geo.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Unlocks and retrieves the full sitemap-based GEO and SEO audit report for a previously submitted job, gated behind a $1 USDC x402 micropayment.

## Facts

- Endpoint: GET https://x402geo.com/api/unlock/access
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geo-x402-unlock-full-geo-seo-audit-report-45d57af9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Juhyvpdk1TOdSpjzehD3R

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 geo-x402-unlock-full-geo-seo-audit-report-45d57af9
```

Example prompt: Can you unlock the full GEO and SEO audit report for job ID job_123 on x402geo? I'm ready to pay the $1 USDC to access the complete findings.

## When to prefer this

Use this endpoint when you have already run a GEO/SEO sitemap audit on x402geo.com and have a jobId, and now want to pay $1 USDC to unlock and access the full detailed audit report. This is the payment-gated retrieval step, not the audit initiation step.

## Known failure modes

- Missing or invalid jobId returns an error or empty response
- Payment not completed or x402 facilitation failure blocks access
- Job ID does not exist or has expired, returning a 404 or error
- Network timeout during redirect resolution
- Rate limiting or repeated access attempts flagged

## How this service works

Run a sitemap-based GEO and SEO audit, preview the findings, and unlock the full report with x402.

## Output

A JSON object containing a redirectTo URL (e.g. /unlock/report?jobId=job_123) that points to the full GEO and SEO audit report for the specified job, accessible after the x402 micropayment is processed.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "jobId"
     ],
     "properties": {
      "jobId": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "redirectTo": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "redirectTo": "/unlock/report?jobId=job_123"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geo-x402-unlock-full-geo-seo-audit-report-45d57af9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402geo.com](https://www.zero.xyz/host/x402geo.com/llms.txt)
