# Axon SEO Meta Content Generator

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

Generates SEO-optimized meta content (titles, descriptions, structured metadata) for a given topic using AI

## Facts

- Endpoint: GET https://aiaia-xaxon402.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-bace5379
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y6e9vEQlTE_KEuy_O8lfW

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

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

## When to prefer this

Choose this endpoint when you need AI-generated SEO metadata specifically tailored to crypto, DeFi, or web3 topics and want to pay per-call via x402 micropayment on Base rather than subscribing to a general-purpose SEO tool. It is especially useful for agents automating crypto content pipelines who need structured meta output in JSON format without managing an ongoing SaaS subscription.

## Known failure modes

- Missing or empty topic parameter returns a 400 error
- Invalid or unsupported topic format may return generic or low-quality content
- x402 micropayment not provided or failed results in a 402 Payment Required response
- Network timeout on Vercel serverless function for complex topics
- Rate limiting if too many requests are made in quick 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

A JSON object containing AI-generated SEO content for the requested topic, including a content type field (e.g. 'blog'), the topic, and the generated SEO content such as titles, meta descriptions, and related metadata ready for use in web pages or CMS systems.

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