Convert Markdown to clean, sanitized HTML. Supports GitHub Flavored Markdown (GFM), syntax highlighting, tables, and task lists.
POST /v1/markdown| Name | Type | Required | Description |
|---|---|---|---|
| markdown | string | Yes | Markdown text to convert |
| gfm | boolean | No | Enable GitHub Flavored Markdown (default: true) |
| sanitize | boolean | No | Sanitize output HTML (default: true) |
curl -X POST "https://api.toolcenter.dev/v1/markdown" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"markdown": "# Hello World\n\nThis is **bold** text.", "gfm": true}'
Render markdown content in web apps
Build documentation sites
Convert README files to HTML
Preview markdown in CMS editors
500 free API calls per month. No credit card required.
Get Started Free