# Axon SEO Blog Outline Generator

> Axon SEO Blog Outline Generator is a paid API for AI agents from axiaxai.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-style content skeleton optimized for search engines.

## Facts

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

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

Example prompt: Can you generate an SEO blog outline for the topic 'DeFi yield farming strategies' — I need a structured breakdown I can hand off to a writer?

## When to prefer this

Choose this endpoint when you need a structured, SEO-focused blog post outline for crypto or Web3 topics specifically, and you want an AI-generated content skeleton rather than writing from scratch. It is well-suited for content teams, crypto marketers, or agents building editorial pipelines around blockchain subjects. Prefer alternatives if the topic is outside the crypto/Web3 domain or if you need a full article rather than an outline.

## Known failure modes

- Missing or empty topic parameter results in an error or malformed response
- Invalid topic path segment may cause a 404 or routing failure
- Missing x402 micropayment header on Base results in a 402 Payment Required response
- Overly broad or ambiguous topics may yield generic outlines with low SEO specificity
- Rate limiting or service unavailability may return 5xx errors

## 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

Returns a JSON object containing a structured blog outline for the requested topic, including content type (e.g. 'blog'), the topic, and a content field with the SEO-optimized outline sections and hierarchy.

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