datamarkdownpdf
Markdown Report
Convert a Markdown release note or technical report into a clean PDF in one API call.
Request body
{
"type": "markdown",
"content": "# Q2 2026 Release Notes\n\n## What's new\n\n### Rendering engine improvements\n- **P95 latency** dropped from 840ms to 620ms after Chromium singleton warm-up optimisation.\n- Chart engine now supports **3D pie charts** and custom font injection.\n- PDF engine handles A3 and custom page sizes up to 8000px.\n\n### New features\n- **Batch rendering endpoint** — submit up to 50 renders in a single request.\n- **Webhook callbacks** — `render.completed` and `render.failed` events.\n- **Template library** — 20 copy-paste Tailwind templates, live preview.\n\n## Bug fixes\n- Fixed a race condition in the credit deduction RPC under high concurrency.\n- Resolved SVG `max-width` collapsing issue in Mermaid diagram renders.\n\n## Deprecations\n- `dimensions: \"twitter-card\"` is now an alias for `\"og-image\"` — both remain supported.",
"options": {
"format": "pdf",
"dimensions": "a4",
"scale": 2
}
}Code example
curl -X POST https://renderfy.io/api/v1/render \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"type": "markdown",
"content": "# Q2 2026 Release Notes\n\n## What'\''s new\n\n### Rendering engine improvements\n- **P95 latency** dropped from 840ms to 620ms after Chromium singleton warm-up optimisation.\n- Chart engine now supports **3D pie charts** and custom font injection.\n- PDF engine handles A3 and custom page sizes up to 8000px.\n\n### New features\n- **Batch rendering endpoint** — submit up to 50 renders in a single request.\n- **Webhook callbacks** — `render.completed` and `render.failed` events.\n- **Template library** — 20 copy-paste Tailwind templates, live preview.\n\n## Bug fixes\n- Fixed a race condition in the credit deduction RPC under high concurrency.\n- Resolved SVG `max-width` collapsing issue in Mermaid diagram renders.\n\n## Deprecations\n- `dimensions: \"twitter-card\"` is now an alias for `\"og-image\"` — both remain supported.",
"options": {
"format": "pdf",
"dimensions": "a4",
"scale": 2
}
}' \
--output render.pngOne click. Free tier includes 1 saved template.
More data templates

Line Chart — Weekly Metrics
Embed a static chart PNG in emails, Slack, or reports. Chart.js rendered server-side.

Bar Chart — Revenue Breakdown
Monthly revenue by plan tier as a bar chart PNG. Drop into any email or dashboard screenshot.

Pie Chart — Traffic Sources
Visualise distribution data as a clean pie chart. Great for presentations and weekly digests.
