# Axon SEO Meta Content Generator

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

Generates AI-written SEO meta content (titles, descriptions, structured blog content) for a given topic, optimized for crypto and Web3 subjects.

## Facts

- Endpoint: GET https://aiaiaxaxon402.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-029c6742
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mjDfTnoKK3Y5y_FFgMYHo

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-029c6742
```

Example prompt: Generate SEO meta content for a blog post about DeFi — I need a title, meta description, and some blog copy optimized for search engines.

## When to prefer this

Choose this endpoint when you need AI-generated, SEO-optimized meta content specifically for crypto, DeFi, or Web3 topics and want a pay-per-call model via x402 micropayments on Base rather than a subscription-based content tool. It is best suited for agents building content pipelines, landing pages, or blog posts in the blockchain space without needing a full CMS integration.

## Known failure modes

- Missing or malformed topic path parameter returns an error or empty response
- Topic too broad or ambiguous may yield generic, low-quality SEO copy
- x402 micropayment failure (insufficient USDC balance or unsupported wallet) blocks the request
- Rate limits or cold-start latency on Vercel serverless may cause timeouts
- Non-crypto topics may produce lower-quality or off-brand content given the service's crypto focus

## 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 for the requested topic, including type classification (e.g. 'blog'), the topic, and generated content text such as meta titles, descriptions, or blog copy suitable for Web3/crypto subjects.

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