# Axon SEO Blog Outline Generator

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

Generates a structured SEO content outline for a given topic, returning a blog post structure optimized for search engines

## Facts

- Endpoint: GET https://axonx.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-a29608ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_96dDOHlpHU01qX6ZAn2hz

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-a29608ea
```

Example prompt: Can you generate an SEO blog outline for the topic 'decentralized finance' — I need a structured content plan with headings I can use for a crypto blog post?

## When to prefer this

Choose this endpoint when you need a ready-made SEO-optimized blog outline for a crypto or web3 topic and want to skip manual keyword research and content structuring. It is particularly useful for content marketers, crypto projects, and bloggers who need quick structured content plans. Prefer this over generic SEO tools when the topic is crypto/DeFi-specific and you want AI-curated outlines without needing a full content management platform.

## Known failure modes

- Missing or empty topic parameter returns an error response
- Topic too vague may produce generic or low-quality outline
- Payment not provided (x402 micropayment on Base required) returns 402 Payment Required
- Network or upstream AI failure may return 500 error
- Rate limiting if too many requests are 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 for the requested topic, including type ('blog'), the topic string, and generated content with headings and sections optimized for SEO — example: {type: 'blog', topic: 'defi', content: '...'}.

## 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-a29608ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from axonx.vercel.app](https://www.zero.xyz/host/axonx.vercel.app/llms.txt)
