Instantly convert Markdown to a shareable HTML page.
POST /api/publish
Content-Type: application/json
{
"markdown": "# Hello World\nYour markdown here..."
}
Response:
{
"url": "https://mdtohtml.ai/p/uuid-here",
"expires_at": "2026-03-26T..."
}
Pages expire automatically after 24 hours.
Links are unguessable UUIDs — only those with the link can view the page.