Example brief
The top three offer families, Data & AI, Cloud Modernization, and Cybersecurity, generate 68% of FY25 growth with CHF 84m, CHF 72m, and CHF 61m in net revenue respectively, while the long tail absorbs significant sales effort with other offer families like ERP Transformation, Other, and Customer Platforms contributing CHF 49m, CHF 42m, and CHF 37m.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "bar_rank_chart",
"variant": "ranked_magnitude",
"headline": "Three offer families carry 55% of FY25 revenue, but the long tail still absorbs sales effort",
"context": "FY25 net revenue by offer family",
"source_note": "Finance cube, May 2026",
"data": {
"unit": "",
"categories": [
{
"label": "Data & AI",
"value": 84,
"display": "CHF 84m",
"sublabel": "+31% YoY",
"emphasis": "primary"
},
{
"label": "Cloud Modernization",
"value": 72,
"display": "CHF 72m",
"sublabel": "+18%"
},
{
"label": "Cybersecurity",
"value": 61,
"display": "CHF 61m",
"sublabel": "+14%"
},
{
"label": "ERP Transformation",
"value": 49,
"display": "CHF 49m",
"sublabel": "+4%"
},
{
"label": "Other",
"value": 42,
"display": "CHF 42m",
"sublabel": "-6%"
},
{
"label": "Customer Platforms",
"value": 37,
"display": "CHF 37m",
"sublabel": "-2%"
},
{
"label": "Managed Operations",
"value": 31,
"display": "CHF 31m",
"sublabel": "+7%"
},
{
"label": "Sustainability",
"value": 18,
"display": "CHF 18m",
"sublabel": "+11%"
}
],
"takeaways": [
"The top three families drive most of FY25 revenue",
"The long tail absorbs disproportionate sales effort",
"Bundle or rationalize the smallest offers",
"Protect the growth engines in FY26 planning"
]
}
}cURL (REST)
curl -X POST https://dev-api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"bar_rank_chart","variant":"ranked_magnitude","headline":"Three offer families carry 55% of FY25 revenue, but the long tail still absorbs sales effort","context":"FY25 net revenue by offer family","source_note":"Finance cube, May 2026","data":{"unit":"","categories":[{"label":"Data & AI","value":84,"display":"CHF 84m","sublabel":"+31% YoY","emphasis":"primary"},{"label":"Cloud Modernization","value":72,"display":"CHF 72m","sublabel":"+18%"},{"label":"Cybersecurity","value":61,"display":"CHF 61m","sublabel":"+14%"},{"label":"ERP Transformation","value":49,"display":"CHF 49m","sublabel":"+4%"},{"label":"Other","value":42,"display":"CHF 42m","sublabel":"-6%"},{"label":"Customer Platforms","value":37,"display":"CHF 37m","sublabel":"-2%"},{"label":"Managed Operations","value":31,"display":"CHF 31m","sublabel":"+7%"},{"label":"Sustainability","value":18,"display":"CHF 18m","sublabel":"+11%"}],"takeaways":["The top three families drive most of FY25 revenue","The long tail absorbs disproportionate sales effort","Bundle or rationalize the smallest offers","Protect the growth engines in FY26 planning"]}}'Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Stacked composition bars
Compare media mix for FY25 and FY26
Proof chain
Larkfield traced each onboarding change to a measured activation lift
Frequently asked questions
How do I render the Ranked magnitude bars 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 Ranked magnitude bars deterministically — editable PowerPoint in under a second.