REST API · MD / HTML / Text
Markdown to HTML
and back again
Convert Markdown to HTML, HTML to Markdown, or Markdown to plain text — all through a single API endpoint.
bash
curl -X POST "https://snapapis.com/api/v1/markdown/convert" \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"action":"md_to_html","content":"# Hello **World**"}'
Three conversions, one endpoint
Markdown to HTML, HTML to Markdown, and Markdown to plain text — with code blocks, lists, links, images, and more.