# Axon SEO Meta Content Generator

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

Generates SEO metadata and content for a given topic using AI, optimized for search visibility

## Facts

- Endpoint: GET https://axixixia.vercel.app/api/seo/meta/%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-meta-content-generator-ed0026a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wci6DAc270wj1AmLm0VIs

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

Example prompt: Generate SEO meta content for the topic 'defi' — I need a blog-style writeup with meta tags optimized for search engines.

## When to prefer this

Use this endpoint when you need AI-generated SEO meta content or blog copy specifically for crypto, DeFi, or blockchain topics and are operating in an x402 micropayment-enabled environment on Base. Prefer this over general SEO tools when you need crypto-domain-specific language and can pay per-call in USDC.

## Known failure modes

- Missing or malformed topic path parameter returns an error
- Payment not completed or x402 micropayment rejected on Base results in 402 response
- Topic too vague or unsupported may return low-quality or empty content
- Rate limiting or server unavailability on the Vercel deployment returns 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

A JSON object containing AI-generated SEO content including type (e.g. 'blog'), the topic, and the generated content body optimized for search engines, returned after a $0.1 USDC x402 micropayment on Base.

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