# Pa1m SEO Brief Generator

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

Generates an actionable SEO action plan brief for a given URL or topic, paid per-request with USDC on Base via x402

## Facts

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

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-brief-generator-5a908d6e -d '<json body>'
```

Example prompt: Can you generate an SEO action plan for https://myshop.com — I want a quick brief on what title tags, content, or structural fixes I should prioritize to rank better?

## When to prefer this

Choose this endpoint when you need a fast, no-signup SEO action plan and are comfortable paying $1 USDC per call via x402 on Base. Ideal for AI agents that need programmatic SEO audits without managing API keys or subscriptions. Best for single-URL audits where a quick prioritized checklist is more valuable than a deep crawl report.

## Known failure modes

- Invalid or unreachable URL returns an error or empty brief
- Payment transaction failure on Base blockchain results in no response
- Malformed POST body may return a 400 error
- Rate limits or server-side timeouts for slow-loading target pages
- Insufficient USDC balance causes x402 payment rejection

## How this service works

Pa1m — SEO audits and Reddit data for AI agents. No accounts, no API keys. Pay per request with USDC on Base via x402.

## Output

Returns a markdown-formatted SEO action plan brief containing prioritized recommendations such as title tag fixes, structural improvements, content suggestions, and other on-page SEO optimizations relevant to the submitted URL or topic.

## 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-brief-generator-5a908d6e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hypa1m.xyz](https://www.zero.xyz/host/hypa1m.xyz/llms.txt)
