Automate the base, over-serve the apex
FY27 account coverage pyramid - area by account count, ARR per tier
Try in PlaygroundExample brief
A sales QBR coverage model as an area-proportional pyramid by account count: base Digital long tail 14,500 accounts (EUR42M ARR), Partner-led growth 3,200 (EUR38M), Inside-sales growth 820 (EUR51M), Enterprise-led 210 (EUR76M), and an emphasized apex Strategic accounts 28 (EUR92M) - less than 0.2% of accounts but a third of ARR; automate the base and over-serve the apex.
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": "pyramid_hierarchy",
"variant": "proportional_distribution_pyramid",
"headline": "Automate the base, over-serve the apex",
"context": "FY27 account coverage model",
"source_note": "CRM export, May 2026",
"data": {
"levels": [
{
"label": "Strategic accounts",
"value": 28,
"unit": "accounts",
"detail": [
"Exec sponsors + custom value plans"
],
"side_note": "<0.2% of accounts, 31% of ARR (EUR92M).",
"emphasis": "primary"
},
{
"label": "Enterprise-led",
"value": 210,
"unit": "accounts",
"detail": [
"Named account teams - EUR76M ARR"
]
},
{
"label": "Inside-sales growth",
"value": 820,
"unit": "accounts",
"detail": [
"Pooled SDR/AE teams - EUR51M ARR"
]
},
{
"label": "Partner-led growth",
"value": 3200,
"unit": "accounts",
"detail": [
"Channel managers + co-branded plays - EUR38M ARR"
]
},
{
"label": "Digital long tail",
"value": 14500,
"unit": "accounts",
"detail": [
"Automated campaigns + partner content - EUR42M ARR"
]
}
],
"apex_label": "Strategic",
"base_label": "Long tail"
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"pyramid_hierarchy","variant":"proportional_distribution_pyramid","headline":"Automate the base, over-serve the apex","context":"FY27 account coverage model","source_note":"CRM export, May 2026","data":{"levels":[{"label":"Strategic accounts","value":28,"unit":"accounts","detail":["Exec sponsors + custom value plans"],"side_note":"<0.2% of accounts, 31% of ARR (EUR92M).","emphasis":"primary"},{"label":"Enterprise-led","value":210,"unit":"accounts","detail":["Named account teams - EUR76M ARR"]},{"label":"Inside-sales growth","value":820,"unit":"accounts","detail":["Pooled SDR/AE teams - EUR51M ARR"]},{"label":"Partner-led growth","value":3200,"unit":"accounts","detail":["Channel managers + co-branded plays - EUR38M ARR"]},{"label":"Digital long tail","value":14500,"unit":"accounts","detail":["Automated campaigns + partner content - EUR42M ARR"]}],"apex_label":"Strategic","base_label":"Long tail"}}'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
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Pricing packages
Three packages for sales teams
Frequently asked questions
How do I render the Automate the base, over-serve the apex 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 Automate the base, over-serve the apex deterministically — editable PowerPoint in under a second.