MarkdownMaster
# MarkdownMaster API Documentation ## Overview The MarkdownMaster API is a document conversion service from Markdown to multiple formats and vice versa, with additional styling and customization features. This API was designed to be simple to use, yet powerful in functionality, serving developers who need to integrate document conversion into their applications. ## Key Features - **Conversion…
MarkdownMaster endpoints
| Method | Endpoint | Description |
|---|---|---|
| Convert | ||
| POST |
Converts Markdown text to PDF /convert/md-to-pdf |
Converts Markdown text to PDF with formatting options. |
| POST |
Converts Markdown text to HTML /convert/md-to-html |
Converts Markdown text to HTML with styling options. |
| POST |
Converts Markdown text to DOCX (Microsoft Word) /convert/md-to-docx |
Converts Markdown text to DOCX (Microsoft Word) |
| POST |
Converts Markdown text to plain text. /convert/md-to-plain |
Converts Markdown text to plain text. |
| POST |
Converts HTML to Markdown. /convert/html-to-md |
Converts HTML to Markdown. |
| POST |
Extracts content from a URL and converts it to Markdown /convert/url-to-md |
Extracts content from a URL and converts it to Markdown |
| Utils | ||
| POST |
Validates Markdown syntax and returns errors or warnings. /utils/md-validate |
Validates Markdown syntax and returns errors or warnings. |
| POST |
Extracts specific elements from Markdown /utils/md-extract |
Extracts specific elements from Markdown (links, images, headers). |
| POST |
Generates table of contents from Markdown. /utils/md-toc |
Generates table of contents from Markdown. |
MarkdownMaster pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / minute |
|
| PRO | Free | — |
|
| ULTRA Recommended | $10 / month | 10 / second |
|
| MEGA | $30 / month | — |
|