We just shipped Markdown to PDF and Markdown to Image.
New endpoints:
Same options as HTML → PDF, but now you can send markdown directly:
{ "markdown": "# Hello World" }We handle the conversion to HTML and render it through Chrome.
This exists for one reason: markdown is everywhere now, especially with AI-generated content. This endpoint already had real usage before we announced it. That’s usually how you know you built the right thing.