Sized bubble map
Try in PlaygroundRender 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": "" }'Structured intent (this template)
{
"pattern": "position_map",
"title": "Scale the easy, high-value GenAI use cases now - gate the regulated ones",
"subtitle": "Bank GenAI portfolio - value potential vs ease of implementation",
"variant": "sized_bubble_map",
"x_axis": {
"label": "Ease of implementation",
"low": "Hard",
"high": "Easy"
},
"y_axis": {
"label": "Annual value potential",
"low": "Low",
"high": "High"
},
"items": [
{
"label": "Contact-centre copilot",
"x": 80,
"y": 86,
"size": 18,
"size_label": "EUR 18M",
"emphasis": "primary"
},
{
"label": "Adviser knowledge assistant",
"x": 52,
"y": 82,
"size": 14,
"size_label": "EUR 14M"
},
{
"label": "KYC document automation",
"x": 24,
"y": 80,
"size": 11,
"size_label": "EUR 11M"
},
{
"label": "Complaints triage",
"x": 64,
"y": 66,
"size": 9,
"size_label": "EUR 9M"
},
{
"label": "Software eng. assistant",
"x": 82,
"y": 50,
"size": 7,
"size_label": "EUR 7M"
},
{
"label": "Credit memo drafting",
"x": 50,
"y": 52,
"size": 6,
"size_label": "EUR 6M"
},
{
"label": "Model risk evidence",
"x": 22,
"y": 50,
"size": 5,
"size_label": "EUR 5M"
},
{
"label": "Procurement assistant",
"x": 48,
"y": 32,
"size": 4,
"size_label": "EUR 4M"
},
{
"label": "Marketing content",
"x": 84,
"y": 30,
"size": 3,
"size_label": "EUR 3M"
}
],
"legend": {
"size_label": "Bubble size = annual EBITDA impact"
},
"caution": "High-value regulated use cases need stronger control gates before scale-up.",
"source_note": "Estimated impact, FY26 portfolio review"
}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
Grouped comparison bars
Pipeline coverage is ahead of last year but below target in two regions
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Frequently asked questions
How do I render the Sized bubble map 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 Sized bubble map deterministically — editable PowerPoint in under a second.