Markdown Magic
# Markdown Magic API **The secure, enterprise-grade Markdown to HTML converter.** Markdown Magic is designed for developers who need to render user-generated content safely or build headless CMS workflows. Unlike simple regex-based converters, we use a full AST parser with server-side sanitization. ### 🚀 Key Features - **Github Flavored Markdown (GFM)**: Full support for tables, task lists,…
Markdown Magic endpoints
| Method | Endpoint | Description |
|---|---|---|
| convert | ||
| POST |
convertMarkdown /convert |
The main conversion endpoint. Send your Markdown content in the `markdown` field. Enable `sanitize` for untrusted input. Enable `frontmatter` if your content has YAML headers. |
| health | ||
| GET |
healthCheck /health |
Returns service status. |
Markdown Magic pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $50 / month | — |
|