Convert Markdown to HTML via API. Simple. Fast. Crypto-micropay.
Conversion hits POST http://147.15.103.217/md2html/convert in real time. First 10 calls are free.
Pure REST + JSON. Drop one fetch() into your code — no SDK to install, no build step, no runtime bloat. Anywhere HTTP runs, MD2HTML runs.
$0.001 per call, billed in Litecoin. No subscriptions, no credit cards, no lock-in. Top up your on-chain balance once and ship — no middleman taking a cut.
Full source on GitHub. Read the code, file issues, send PRs, or fork it. No black box — you always know what's running.
One endpoint, one JSON body. {"markdown": "..."} in, {"html": "..."} out. No auth keys, no setup wizard, no learning curve. You're converted in 10 seconds.
# Convert markdown to HTML in one request curl -X POST http://147.15.103.217/md2html/convert \\ -H "Content-Type: application/json" \\ -d '{"markdown": "# Hello\\n**World** & *go*"}' # Response # {"html": "Hello
\\nWorld & go"}
/convertConvert a Markdown document to HTML. Body: {"markdown": "..."}. Returns {"html": "..."}.
curl -X POST http://147.15.103.217/md2html/convert \\ -H "Content-Type: application/json" \\ -d '{"markdown": "# Title\\nText."}'
/healthLiveness probe. Returns service uptime and status JSON. No auth required.
curl http://147.15.103.217/md2html/health # {"status":"ok","uptime":4321}
/docsInteractive API documentation (auto-generated). Explore all endpoints in your browser.
# open in a browser http://147.15.103.217/md2html/docs
/paymentTop up your API quota by reporting an LTC transaction. Body: {"txid": "...", "amount": 0.01}.
curl -X POST http://147.15.103.217/md2html/payment \\ -H "Content-Type: application/json" \\ -d '{"txid":"abc123","amount":0.05}'
/usageCurrent month's call count and remaining free quota. Returns balance JSON.
curl http://147.15.103.217/md2html/usage # {"calls":24,"free_remaining":0,"credits":0.05}
/statsAggregate service metrics: total calls, revenue (LTC), and uptime. Public, read-only.
curl http://147.15.103.217/md2html/stats # {"total_calls":12340,"revenue":1.23,"uptime_rate":0.999}
429. Free tier resets 10 credits at first run, after which calls
require a positive LTC balance posted via /payment.
$0.001 per call
Pay via Litecoin — no subscriptions, no upfront cost, no card required.
Send any amount of LTC; fund balance is applied per call. Direct on-chain, no middleman.
Be the first to know when we launch. No spam.
POST /md2html/convert works directly from your browser, CLI, or server — just send JSON and get HTML back.429. Free tier resets 10 credits at first run; beyond that, calls require a positive LTC balance posted via /payment.