Example brief
A portfolio analysis for a global freight carrier showing various digital transformation initiatives mapped by ease of implementation on the X-axis and margin expansion potential on the Y-axis. Bubble sizes represent the total annual EBITDA impact in USD. It highlights route optimization as a primary target for immediate scaling while noting that complex cross-border projects require more oversight.
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": "position_map",
"variant": "sized_bubble_map",
"headline": "Prioritize high-margin route optimization and lane pricing while auditing complex cross-border automation",
"context": "Global Logistics Portfolio - Operational feasibility vs. margin expansion potential",
"source_note": "FY25 Network Operations & Digital Strategy Review",
"caution": "High-complexity international customs initiatives require rigorous regulatory validation before global deployment.",
"data": {
"x_axis": {
"label": "Ease of operational rollout",
"low": "Complex",
"high": "Seamless"
},
"y_axis": {
"label": "Margin expansion potential",
"low": "Low",
"high": "High"
},
"items": [
{
"label": "Dynamic route optimization",
"x": 80,
"y": 86,
"emphasis": "primary"
},
{
"label": "Predictive lane pricing",
"x": 52,
"y": 82
},
{
"label": "Cross-border customs clearing",
"x": 24,
"y": 80
},
{
"label": "LTL consolidation engine",
"x": 64,
"y": 66
},
{
"label": "Warehouse labor scheduling",
"x": 82,
"y": 50
},
{
"label": "Automated invoice auditing",
"x": 50,
"y": 52
},
{
"label": "Hazardous cargo compliance",
"x": 22,
"y": 50
},
{
"label": "Backhaul match-making",
"x": 48,
"y": 32
}
],
"legend": []
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"position_map","variant":"sized_bubble_map","headline":"Prioritize high-margin route optimization and lane pricing while auditing complex cross-border automation","context":"Global Logistics Portfolio - Operational feasibility vs. margin expansion potential","source_note":"FY25 Network Operations & Digital Strategy Review","caution":"High-complexity international customs initiatives require rigorous regulatory validation before global deployment.","data":{"x_axis":{"label":"Ease of operational rollout","low":"Complex","high":"Seamless"},"y_axis":{"label":"Margin expansion potential","low":"Low","high":"High"},"items":[{"label":"Dynamic route optimization","x":80,"y":86,"emphasis":"primary"},{"label":"Predictive lane pricing","x":52,"y":82},{"label":"Cross-border customs clearing","x":24,"y":80},{"label":"LTL consolidation engine","x":64,"y":66},{"label":"Warehouse labor scheduling","x":82,"y":50},{"label":"Automated invoice auditing","x":50,"y":52},{"label":"Hazardous cargo compliance","x":22,"y":50},{"label":"Backhaul match-making","x":48,"y":32}],"legend":[]}}'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.