Render markdown to a PDF
markdown
Render markdown to a PDF
Takes markdown text and returns a rendered PDF file.
POST
Render markdown to a PDF
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access token
Body
application/json
The markdown content to render into a PDF.
Example:
"# Sample Document\n\nThis is **bold text** and this is *italic text*.\n\n- Item 1\n- Item 2\n- Item 3\n"
Response
200 - application/pdf
PDF successfully rendered from markdown.
The rendered PDF file.