# Axon SEO Meta Content Generator

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

Generates AI-written SEO meta content (titles, descriptions, structured metadata) for a given topic, optimized for search engine visibility.

## Facts

- Endpoint: GET https://aiaxaxon402.vercel.app/api/seo/meta/%7Btopic%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-seo-meta-content-generator-a456972d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QyrbC7rll0i_L8SwRqwr6

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-meta-content-generator-a456972d
```

Example prompt: Can you generate SEO meta content — title, description, and structured metadata — for a blog post about DeFi yield farming?

## When to prefer this

Use this endpoint when you need AI-generated SEO meta content specifically for crypto, DeFi, or Web3 topics and want a pay-per-use model via x402 micropayment on Base. Prefer this over generic SEO tools when the content domain is cryptocurrency-focused and you need immediate, structured output without a subscription.

## Known failure modes

- Missing or empty topic parameter returns an error or empty content
- Invalid topic path segment causes routing failure
- x402 micropayment not included or insufficient USDC balance causes payment rejection
- Overly generic or malformed topic may produce low-quality or off-topic SEO output
- Rate limiting if too many requests are made in rapid 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

Returns a JSON object containing SEO-optimized content such as meta title, meta description, and structured blog content for the specified topic (e.g. 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-meta-content-generator-a456972d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaxaxon402.vercel.app/llms.txt)
