Example brief
The volume of documents processed has reached a significant milestone, crossing the 10 million mark in October, with cumulative documents processed at 1.2 million in January, 1.8 million in February, 2.6 million in March, 3.7 million in April, 5.1 million in May, 6.4 million in June, 7.8 million in July, 8.9 million in August, 9.7 million in September, and 10.8 million in October, driven primarily by production enterprise use cases, with 64% of October's volume coming from regulated-industry clients, according to platform telemetry data from October 2026.
Render it
Brief path
curl -X POST https://api.slideforge.dev/v1/render/auto \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{ "brief": "The volume of documents processed has reached a significant milestone, crossing the 10 million mark in October, with cum" }'Structured intent (this template)
{
"pattern": "trend_chart",
"title": "Document volume crossed 10m as enterprise use cases moved into production",
"subtitle": "Cumulative documents processed (m)",
"variant": "area_volume_trend",
"periods": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct"
],
"series": [
{
"label": "Documents",
"values": [
1.2,
1.8,
2.6,
3.7,
5.1,
6.4,
7.8,
8.9,
9.7,
10.8
],
"unit": "m",
"emphasis": "primary"
}
],
"events": [
{
"period": "Oct",
"label": "10m crossed"
}
],
"caution": "64% of October volume came from regulated-industry clients.",
"source_note": "Platform telemetry, October 2026",
"takeaway": "Production enterprise use cases now drive the majority of volume."
}Related templates
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Stacked composition bars
Compare media mix for FY25 and FY26
Pricing packages
Three packages for sales teams
Frequently asked questions
How do I render the Area volume trend template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render Area volume trend deterministically — editable PowerPoint in under a second.