# Axon Markdown Renderer

> Axon Markdown Renderer is a paid API for AI agents from aiaxaxon402.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Converts markdown text input into rendered HTML and returns the result with a character count

## Facts

- Endpoint: GET https://aiaxaxon402.vercel.app/api/markdown
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-markdown-renderer-c1ee489c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hrkJUT7Ac36Xbbh9PRTsi

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-markdown-renderer-c1ee489c
```

Example prompt: Can you convert this markdown text into HTML for me: '# Hello World\n\nThis is a **bold** paragraph with a [link](https://example.com).'

## When to prefer this

Use this endpoint when you need to convert markdown text to HTML programmatically and want a lightweight, pay-per-use API without managing your own markdown parser. Particularly useful within the Axon crypto intelligence ecosystem when rendering markdown-formatted research reports, token summaries, or news content into HTML for display.

## Known failure modes

- Missing or malformed properties input returns an error
- Non-markdown content may render as plain HTML without meaningful structure
- Payment failure (x402 micropayment not completed) results in 402 Payment Required response
- Empty input returns minimal HTML with charCount of 0
- Very large markdown documents may exceed processing limits

## 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 an 'html' field with the rendered HTML string and a 'charCount' integer representing the number of characters in the output HTML.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "html": "<h1>Hello</h1>",
  "charCount": 10
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-markdown-renderer-c1ee489c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaxaxon402.vercel.app/llms.txt)
