# Axon SEO Keywords Generator

> Axon SEO Keywords 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-14).

Generates SEO-optimized keywords and content for a given topic using AI, tailored for crypto and DeFi domains

## Facts

- Endpoint: GET https://aiaia-xaxon402.vercel.app/api/seo/keywords/%7Btopic%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-seo-keywords-generator-fd70cdd3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xp-5hmPQ9mJknz-D9lOOV

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-keywords-generator-fd70cdd3
```

Example prompt: Can you generate SEO keywords and blog content ideas for the topic 'defi yield farming' using Axon's keyword generator?

## When to prefer this

Choose this endpoint when you need AI-generated SEO keyword research specifically for crypto, DeFi, or Web3 topics and are comfortable with x402 micropayment on Base. Prefer it over generic SEO tools when the subject matter is blockchain-related and you want AI-curated keyword sets without manual research.

## Known failure modes

- Missing x402 micropayment header results in 402 Payment Required error
- Invalid or empty topic parameter returns malformed or empty response
- Overly broad or ambiguous topic may yield generic, low-value keyword suggestions
- Rate limiting or service unavailability on Vercel-hosted endpoint
- Unsupported topic outside crypto/DeFi domain may produce irrelevant results

## 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 response containing a content type (e.g. 'blog'), the topic queried, and AI-generated SEO content including keywords and content suggestions relevant to the given 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-keywords-generator-fd70cdd3/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)
