# Axon SEO Meta Content Generator

> Axon SEO Meta Content 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-13).

Generates SEO-optimized meta content (titles, descriptions, tags) for a given topic using AI, with x402 micropayment on Base

## Facts

- Endpoint: GET https://aiaxon402.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-e5ce3a0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SPPqDpI9ksBLK-BqPxLHm

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

Example prompt: Generate SEO meta content for the topic 'defi yield farming' — I need it for a crypto blog post and want AI-optimized titles and descriptions.

## When to prefer this

Choose this endpoint when you need AI-generated, SEO-optimized meta content specifically for crypto, DeFi, or Web3 topics and are comfortable paying a $0.10 USDC micropayment per call via the x402 protocol on Base. Prefer this over generic SEO tools when the subject matter is blockchain or crypto-native.

## Known failure modes

- Payment not provided or insufficient — 402 Payment Required
- Invalid or missing topic parameter — 400 Bad Request
- Topic too vague or unsupported — empty or low-quality content returned
- Rate limiting or server overload — 429 or 503 error
- x402 payment on Base network fails — transaction not confirmed

## 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 AI-generated SEO meta content such as blog type, topic, and SEO-optimized content (titles, descriptions, keywords) for the specified topic, ready for use on a crypto or Web3 website.

## 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-e5ce3a0a/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)
