Example brief
Five building modules feeding one operations core
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": "system_flow_map",
"variant": "component_panel_map",
"headline": "Five modules feed one operations core",
"context": "Every module reads from and writes to the same platform",
"blocks": [
{
"id": "occ",
"label": "Occupancy sensing",
"sub": "IoT layer",
"detail": [
"Badge and camera counts",
"Zone presence"
]
},
{
"id": "climate",
"label": "Climate control",
"sub": "HVAC automation",
"detail": [
"Temperature setpoints",
"Air quality"
]
},
{
"id": "energy",
"label": "Energy analytics",
"sub": "AI layer",
"detail": [
"Load forecasting",
"Anomaly detection"
]
},
{
"id": "space",
"label": "Space planning",
"sub": "Workplace operations",
"detail": [
"Desk utilisation",
"Reconfiguration triggers"
]
},
{
"id": "tenant",
"label": "Tenant services",
"sub": "Value creation",
"detail": [
"App bookings",
"Usage-based billing"
]
},
{
"id": "core",
"label": "Building operations core",
"sub": "One data platform every module reads and writes",
"emphasis": "primary"
}
]
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"system_flow_map","variant":"component_panel_map","headline":"Five modules feed one operations core","context":"Every module reads from and writes to the same platform","blocks":[{"id":"occ","label":"Occupancy sensing","sub":"IoT layer","detail":["Badge and camera counts","Zone presence"]},{"id":"climate","label":"Climate control","sub":"HVAC automation","detail":["Temperature setpoints","Air quality"]},{"id":"energy","label":"Energy analytics","sub":"AI layer","detail":["Load forecasting","Anomaly detection"]},{"id":"space","label":"Space planning","sub":"Workplace operations","detail":["Desk utilisation","Reconfiguration triggers"]},{"id":"tenant","label":"Tenant services","sub":"Value creation","detail":["App bookings","Usage-based billing"]},{"id":"core","label":"Building operations core","sub":"One data platform every module reads and writes","emphasis":"primary"}]}'Related templates
Pricing packages
Three packages for sales teams
Hero capability with supporting set
One hero capability plus supporting enablers, hero emphasized.
Cards under category headers
Initiatives grouped under category headers.
Testimonial proof
Helios improved outage communication in one release cycle
Frequently asked questions
How do I render the Component panel 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 Component panel map deterministically — editable PowerPoint in under a second.