# Axon SEO Blog Outline Generator

> Axon SEO Blog Outline Generator is a paid API for AI agents from aiaxon402.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Generates an SEO-optimized blog post outline for a given topic, structured for content creation

## Facts

- Endpoint: GET https://aiaxon402.vercel.app/api/seo/outline/%7Btopic%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-seo-blog-outline-generator-c8e70819
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TBKPPgCXXlQQfze3AyGMQ

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 axon-seo-blog-outline-generator-c8e70819
```

Example prompt: Can you generate an SEO-optimized blog post outline for the topic 'DeFi yield farming strategies'?

## When to prefer this

Choose this endpoint when you need a structured, SEO-optimized blog outline specifically for crypto, DeFi, or blockchain topics and want AI-generated content scaffolding ready for article writing. Prefer this over generic content tools when the subject matter is crypto-focused and you need an outline with built-in SEO awareness, paid via x402 micropayment on Base.

## Known failure modes

- Missing or empty topic parameter returns an error
- Topic too vague or ambiguous may produce a generic outline
- Payment failure via x402 micropayment on Base results in 402 response
- Invalid topic format may cause malformed output
- Rate limiting if too many requests made in quick succession

## How this service works

Axon provides AI-powered crypto intelligence endpoints covering token research, market analysis, contract auditing, sentiment tracking, news summarization, portfolio advice, deep research, text translation, language detection, SEO content generation, and contract explanation. All analytical endpoints require x402 micropayment on Base.

## Output

A JSON object containing a structured blog outline including type (e.g. 'blog'), the topic, and the generated content outline with sections and SEO-optimized structure suitable for content creation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "type": "blog",
  "topic": "defi",
  "content": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-seo-blog-outline-generator-c8e70819/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxon402.vercel.app](https://www.zero.xyz/host/aiaxon402.vercel.app/llms.txt)
