
datachartpng
Line Chart — Weekly Metrics
Embed a static chart PNG in emails, Slack, or reports. Chart.js rendered server-side.
Request body
{
"type": "chart",
"content": "{\"type\":\"line\",\"title\":\"Weekly Active Users\",\"labels\":[\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\",\"Sun\"],\"datasets\":[{\"label\":\"This week\",\"data\":[1840,2120,2380,2510,2890,2640,3120],\"color\":\"#00e676\"},{\"label\":\"Last week\",\"data\":[1620,1780,1950,2010,2260,2080,2340],\"color\":\"#52525b\"}]}",
"options": {
"format": "png",
"dimensions": {
"width": 960,
"height": 540
},
"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": "chart",
"content": "{\"type\":\"line\",\"title\":\"Weekly Active Users\",\"labels\":[\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\",\"Sun\"],\"datasets\":[{\"label\":\"This week\",\"data\":[1840,2120,2380,2510,2890,2640,3120],\"color\":\"#00e676\"},{\"label\":\"Last week\",\"data\":[1620,1780,1950,2010,2260,2080,2340],\"color\":\"#52525b\"}]}",
"options": {
"format": "png",
"dimensions": {
"width": 960,
"height": 540
},
"scale": 2
}
}' \
--output render.pngOne click. Free tier includes 1 saved template.
More data templates

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.

Code Snippet Card
Turn any code block into a shareable image. Shiki syntax highlighting, macOS window chrome.