# HTML to Markdown Converter (mdapi)

> HTML to Markdown Converter (mdapi) is a paid API for AI agents from mdapi.46-224-113-94.sslip.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Converts raw HTML input into clean, readable Markdown text via a POST request

## Facts

- Endpoint: POST https://mdapi.46-224-113-94.sslip.io/md
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/html-to-markdown-converter-mdapi-d70d7326
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tpPJG4kvlkpdWDTKR-l7c

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 html-to-markdown-converter-mdapi-d70d7326 -d '<json body>'
```

Example prompt: Take this HTML snippet and convert it to clean Markdown for me: '<h1>Hello World</h1><p>This is a <strong>test</strong> paragraph with a <a href="https://example.com">link</a>.</p>'

## When to prefer this

Use this endpoint when you need a lightweight, pay-per-call HTML-to-Markdown conversion without setting up your own parser. Ideal for agents processing scraped web content or CMS exports that need clean Markdown for downstream LLM consumption or storage.

## Known failure modes

- Malformed or empty HTML body returns an error or empty response
- Unsupported HTML structures may not convert cleanly
- Payment not included or invalid x402 payment header results in payment rejection
- Large HTML documents may hit size limits or time out

## How this service works

HTML to clean Markdown conversion

## Output

A clean Markdown string equivalent of the submitted HTML, with HTML tags removed and replaced by appropriate Markdown syntax (headings, bold, links, lists, etc.)

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/html-to-markdown-converter-mdapi-d70d7326/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mdapi.46-224-113-94.sslip.io](https://www.zero.xyz/host/mdapi.46-224-113-94.sslip.io/llms.txt)
