Example brief
A detailed risk assessment for a metropolitan transit authority's corridor expansion, mapping various operational and logistical threats across a probability and impact grid to identify which critical safety and signaling issues require immediate executive intervention.
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": "risk_heat_grid",
"headline": "Severe operational disruptions require mitigation before the downtown corridor expansion",
"context": "Metropolitan Transit Expansion Phase II - Likelihood vs Impact Analysis",
"data": {
"quadrants": [],
"x_axis": {
"label": "Probability of Occurrence",
"low": "Remote",
"high": "Frequent"
},
"y_axis": {
"label": "Service Disruption Impact",
"low": "Negligible",
"high": "Catastrophic"
},
"items": [
{
"label": "T1 Signaling failure",
"cell": "r0c2",
"emphasis": "primary"
},
{
"label": "T2 Rolling stock delay",
"cell": "r0c1"
},
{
"label": "T8 Station signage lag",
"cell": "r0c0"
},
{
"label": "T4 Operator shortage",
"cell": "r1c2"
},
{
"label": "T3 Track switch defect",
"cell": "r1c1"
},
{
"label": "T5 Budget contingency",
"cell": "r1c1"
},
{
"label": "T6 Ticket gate outage",
"cell": "r1c0"
},
{
"label": "T7 Safety compliance",
"cell": "r2c2"
}
],
"legend": [
{
"label": "Severity",
"value": "minor -> critical threat"
}
]
}
}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":"risk_heat_grid","headline":"Severe operational disruptions require mitigation before the downtown corridor expansion","context":"Metropolitan Transit Expansion Phase II - Likelihood vs Impact Analysis","data":{"quadrants":[],"x_axis":{"label":"Probability of Occurrence","low":"Remote","high":"Frequent"},"y_axis":{"label":"Service Disruption Impact","low":"Negligible","high":"Catastrophic"},"items":[{"label":"T1 Signaling failure","cell":"r0c2","emphasis":"primary"},{"label":"T2 Rolling stock delay","cell":"r0c1"},{"label":"T8 Station signage lag","cell":"r0c0"},{"label":"T4 Operator shortage","cell":"r1c2"},{"label":"T3 Track switch defect","cell":"r1c1"},{"label":"T5 Budget contingency","cell":"r1c1"},{"label":"T6 Ticket gate outage","cell":"r1c0"},{"label":"T7 Safety compliance","cell":"r2c2"}],"legend":[{"label":"Severity","value":"minor -> critical threat"}]}}'Frequently asked questions
How do I render the Risk heat grid 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 Risk heat grid deterministically — editable PowerPoint in under a second.