Markdown Converter Pro
**Markdown Converter Pro** is a high-fidelity document conversion API for Markdown. It converts Markdown **to and from PDF, Word (DOCX), and HTML** — and unlike typical converters, it renders the parts most APIs silently drop. ### Why it's different Most conversion APIs parse Markdown as plain text, so **LaTeX equations turn into literal `$...$` and Mermaid code blocks come out as raw text**.…
Markdown Converter Pro endpoints
| Method | Endpoint | Description |
|---|---|---|
| Convert to Markdown | ||
| POST |
docx-to-md /apix/docx-to-md |
Convert a **Word** document (`.docx` or `.doc`) to Markdown (`.md`). - Send `multipart/form-data` with `source_file` (upload) **or** `source_file_url` (a public `.docx`/`.doc`… |
| POST |
pdf-to-md /apix/pdf-to-md |
Convert a **PDF** file to Markdown (`.md`), preserving text structure and extracting embedded images. - Send `multipart/form-data` with `source_file` (upload) **or**… |
| POST |
html-to-md /apix/html-to-md |
Convert an **HTML** file (`.html` or `.htm`) to Markdown (`.md`). - Send `multipart/form-data` with `source_file` (upload) **or** `source_file_url` (a public `.html`/`.htm` URL).… |
| Convert from Markdown | ||
| POST |
md-to-pdf /apix/md-to-pdf |
Convert a Markdown (`.md`) file to **PDF**, with **LaTeX math** and **Mermaid diagrams** fully rendered. - Send `multipart/form-data` with `source_file` (upload) **or**… |
| POST |
md-to-html /apix/md-to-html |
Convert a Markdown (`.md`) file to a **self-contained HTML** document, with **LaTeX math** (KaTeX) and **Mermaid diagrams** rendered inline. - Send `multipart/form-data` with… |
| POST |
md-to-docx /apix/md-to-docx |
Convert a Markdown (`.md`) file to **Word (.docx)**. **LaTeX math** becomes native, editable Word equations; **Mermaid diagrams** are rendered and embedded as images. - Send… |
| Tasks | ||
| POST |
query-task /apix/query-task |
Poll a conversion task by `task_id` (returned by any convert endpoint). - `status` is one of `processing`, `completed`, `failed`. - When `completed`, `to_url` is the download URL… |
Markdown Converter Pro pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7.9 / month | 100 / minute |
|
| ULTRA Recommended | $24.9 / month | 100 / minute |
|
| MEGA | $49.9 / month | 100 / minute |
|