Example brief
Comparing our lead funnel before and after the new scoring-model rollout on the same 4,000 inbound leads: marketing-qualified rises from 1,600 to 2,050, sales-accepted from 620 to 980 (+58%), opportunities from 240 to 360, and closed-won from 70 to 105 - the standout gain is at the sales-accepted stage, where better routing lifts the count 58% at the same inbound volume.
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": "Comparing our lead funnel before and after the new scoring-model rollout on the same 4,000 inbound leads: marketing-qual" }'Structured intent (this template)
{
"pattern": "funnel",
"title": "The new scoring model lifts mid-funnel conversion - sales-accepted leads rise 58% at the same inbound volume",
"subtitle": "Lead funnel: current vs after the scoring-model rollout",
"variant": "before_after_funnel",
"unit": "",
"before_label": "Current",
"after_label": "After rollout",
"stages": [
{
"label": "Inbound leads",
"value": 4000,
"display": "4,000",
"compare_value": 4000,
"compare_display": "4,000"
},
{
"label": "Marketing qualified",
"value": 1600,
"display": "1,600",
"compare_value": 2050,
"compare_display": "2,050"
},
{
"label": "Sales accepted",
"value": 620,
"display": "620",
"compare_value": 980,
"compare_display": "980",
"emphasis": "primary"
},
{
"label": "Opportunities",
"value": 240,
"display": "240",
"compare_value": 360,
"compare_display": "360"
},
{
"label": "Closed-won",
"value": 70,
"display": "70",
"compare_value": 105,
"compare_display": "105"
}
],
"caution": "Same inbound volume; better routing lifts sales-accepted leads +58% (+360).",
"source_note": "CRM, matched pre/post 60-day windows"
}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 Before/after funnel 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 Before/after funnel deterministically — editable PowerPoint in under a second.