# Axon SEO Meta Content Generator

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

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

## Facts

- Endpoint: GET https://axonx.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-b6d2bfb4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V-y7GAdHSAKWcA1laeWmg

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

Example prompt: Generate SEO meta content — title, description, and tags — for a blog post on the topic of DeFi yield farming strategies.

## When to prefer this

Choose this endpoint when you need AI-generated, SEO-optimized meta content (titles, descriptions, tags) specifically for crypto, DeFi, or Web3 topics, and you are operating in an x402 micropayment-enabled agent environment on Base.

## Known failure modes

- Missing or invalid topic parameter returns an error or empty response
- x402 micropayment not fulfilled results in 402 Payment Required response
- Topic too vague or unsupported may yield low-quality generic output
- Network or Vercel cold-start latency causing timeout
- Malformed URL path due to improper topic encoding

## 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 content such as a blog type label, the topic, and structured content (titles, meta descriptions, or tags) optimized for search engines around the requested topic.

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