Create Visualizations for Reports
Generate professional charts and graphs for business reports, presentations, and executive summaries.
Turn data into chart images fast
Convert raw numbers into professional chart images in seconds. Supports bar, line, pie, doughnut, radar, scatter, and more with automatic colors and custom dimensions. Returns a permanent shareable URL and downloadable image. Simple data input or full Chart.js config for precise control.
Generate a chart image from data. Provide either a simplified input (type, labels, datasets) or a full Chart.js config for advanced control. Returns a permanent URL that renders the chart on-demand, plus a downloadable image when storage is available.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "generate-chart",
"skill": "create_chart",
"input": {
"type": "bar",
"title": "Quarterly Revenue",
"labels": [
"Q1",
"Q2",
"Q3",
"Q4"
],
"datasets": [
{
"label": "Revenue ($k)",
"data": [
120,
180,
150,
220
]
}
]
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"generate-chart","skill":"create_chart","input":{}}' \
https://api.toolrouter.com/v1/tools/callGenerate professional charts and graphs for business reports, presentations, and executive summaries.
Create engaging data visualizations to illustrate points and add credibility to blog posts and articles.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Transform data into engaging video reports with auto-generated charts, animated presentations, and narrated insights.
Build animated infographic videos with data charts, custom illustrations, motion graphics, and background music.
Generate a comprehensive market intelligence report combining deep research, competitive analysis, live news, and data visualizations.
Perform financial due diligence by extracting SEC filing data, gathering analyst insights, assessing macroeconomic conditions, and visualizing results.
You can create bar, line, pie, doughnut, radar, scatter, and other common chart types.
No. Simple data input works for most cases, but you can pass a full config when you need exact control.
Yes. The response includes a permanent chart URL you can embed or share directly.
The default is 600x400 px, and you can increase width and height when you want a larger export.