# Pa1m SEO – AI-Powered SEO Brief Generator

> Pa1m SEO – AI-Powered SEO Brief Generator is a paid API for AI agents from seo.hypa1m.xyz, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-16).

Generates an AI-crafted SEO action plan (brief) for a given website, distilling audit findings into a prioritized list of recommendations

## Facts

- Endpoint: POST https://seo.hypa1m.xyz/brief
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pa1m-seo-ai-powered-seo-brief-generator-7ce93931
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XvteHahbkZdubxORYXoa0

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-powered-seo-brief-generator-7ce93931 -d '<json body>'
```

Example prompt: Give me a full AI SEO action plan for myshop.com — I want a prioritized list of what to fix first to improve our search rankings.

## When to prefer this

Use this endpoint when you need a fast, human-readable AI-generated action plan rather than raw audit JSON. Ideal for agents that need to present SEO recommendations directly to a user without post-processing, or when you want a distilled, prioritized brief rather than a full per-category score breakdown. Prefer /brief over /scan endpoints when the goal is actionable guidance, not raw metrics.

## Known failure modes

- Invalid or unreachable URL causes scan failure or empty results
- Payment not provided or insufficient USDC causes 402 rejection
- Rate limiting if too many scans are submitted concurrently
- Timeout if the target site is very slow to respond
- Malformed request body returns 400 error
- Very new or low-content sites may produce sparse recommendations

## 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 markdown-formatted AI SEO action plan listing prioritized recommendations derived from a full site audit, covering areas like technical health, Core Web Vitals, content quality, structured data, accessibility, and security headers. Returns a 'brief' field containing the action plan text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Site that was scanned"
  },
  "deep": {
   "type": "boolean",
   "description": "Use the deeper reasoning model"
  },
  "job_id": {
   "type": "string",
   "description": "Job id from a completed scan"
  },
  "language": {
   "type": "string",
   "description": "Output language, e.g. en or ru"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "brief": "# SEO Action Plan\n1. Fix title tag..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pa1m-seo-ai-powered-seo-brief-generator-7ce93931/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)
