Markdown to PDF API

What it does

Converts Markdown text into clean, styled PDF documents.

Endpoint

POST https://md-to-pdf-api-x402-689670267582.us-central1.run.app/convert

Price

$0.02 USDC

Request Example

{
  "markdown": "# Hello World\n\nThis is a sample markdown converted to PDF."
}

Response

Returns the converted document as a PDF file binary.