# CCC Tools Markdown-to-HTML Converter

> CCC Tools Markdown-to-HTML Converter is a paid API for AI agents from ccc-tools-phi.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Converts Markdown text to HTML via a paid API endpoint using x402 micropayments

## Facts

- Endpoint: GET https://ccc-tools-phi.vercel.app/api/markdown
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ccc-tools-markdown-to-html-converter-5d4dc587
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j9vvQBvXuOkhjtxfPmI2h

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 ccc-tools-markdown-to-html-converter-5d4dc587
```

Example prompt: Convert this markdown to HTML: '# Hello World\n\nThis is a **bold** statement and here is a [link](https://example.com).'

## When to prefer this

Use this endpoint when you need a quick, pay-per-use markdown-to-HTML conversion without setting up a local parser or library. Best for agents that occasionally need to render markdown dynamically and want a stateless, serverless conversion call billed via x402 micropayments at $0.06 USDC per call.

## Known failure modes

- Missing or empty 'text' parameter returns an error
- Malformed markdown may produce unexpected HTML output
- Payment failure via x402 returns 402 Payment Required
- Oversized markdown input may exceed request limits
- Network timeout on large conversions

## How this service works

Developer utilities via x402 micropayments. QR code generation, markdown-to-HTML conversion, base64 encoding/decoding, hash generation (SHA256/SHA512/MD5), text statistics, and JSON formatting.

## Output

Returns rendered HTML markup converted from the input Markdown text, suitable for embedding in web pages or documents.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "description": "Markdown text to convert"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ccc-tools-markdown-to-html-converter-5d4dc587/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ccc-tools-phi.vercel.app](https://www.zero.xyz/host/ccc-tools-phi.vercel.app/llms.txt)
