Example brief
A strategic slide for a municipal transit board outlining four core pillars of the upcoming modernization program: telemetry consolidation, unified fare systems, dynamic routing, and predictive maintenance. The fare architecture card should be highlighted as the primary driver of efficiency, including a metric showing a 45% increase in boarding speed. The overall message focuses on moving from fragmented operations to a unified regional network.
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": "card_grid",
"variant": "peer_pillar",
"headline": "A centralized multimodal dispatch system is essential for regional transit integration",
"context": "Transitioning from fragmented local fleets to a unified metropolitan network",
"takeaway": "The strategy moves the authority from siloed modal operations to a data-driven, customer-centric mobility ecosystem.",
"data": {
"cards": [
{
"label": "Consolidate telemetry",
"icon": "radio-tower",
"claim": "Integrate all bus, rail, and light-rail GPS streams into a single dashboard.",
"detail": [
"Real-time fleet visibility",
"Synchronized transfer windows"
]
},
{
"label": "Unified fare architecture",
"emphasis": "primary",
"icon": "credit-card",
"claim": "Implement a contactless payment backbone across all transit modalities.",
"detail": [
"Intermodal revenue clearing",
"Dynamic zone-based pricing"
],
"metric": {
"value": "45%",
"label": "boarding speed"
}
},
{
"label": "Dynamic route balancing",
"icon": "route",
"claim": "Adjust frequency based on live ridership data rather than fixed schedules.",
"detail": [
"Peak-load surge capacity",
"Reduced deadhead mileage"
]
},
{
"label": "Predictive maintenance",
"icon": "wrench",
"claim": "Shift to sensor-based repair cycles to minimize unplanned service outages.",
"detail": [
"Rolling stock longevity",
"Reduced emergency repairs"
]
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"card_grid","variant":"peer_pillar","headline":"A centralized multimodal dispatch system is essential for regional transit integration","context":"Transitioning from fragmented local fleets to a unified metropolitan network","takeaway":"The strategy moves the authority from siloed modal operations to a data-driven, customer-centric mobility ecosystem.","data":{"cards":[{"label":"Consolidate telemetry","icon":"radio-tower","claim":"Integrate all bus, rail, and light-rail GPS streams into a single dashboard.","detail":["Real-time fleet visibility","Synchronized transfer windows"]},{"label":"Unified fare architecture","emphasis":"primary","icon":"credit-card","claim":"Implement a contactless payment backbone across all transit modalities.","detail":["Intermodal revenue clearing","Dynamic zone-based pricing"],"metric":{"value":"45%","label":"boarding speed"}},{"label":"Dynamic route balancing","icon":"route","claim":"Adjust frequency based on live ridership data rather than fixed schedules.","detail":["Peak-load surge capacity","Reduced deadhead mileage"]},{"label":"Predictive maintenance","icon":"wrench","claim":"Shift to sensor-based repair cycles to minimize unplanned service outages.","detail":["Rolling stock longevity","Reduced emergency repairs"]}]}}'Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Cards under category headers
Initiatives grouped under category headers.
Situation-challenge-approach-result
Case study on reducing transit delays through automated passenger flow management.
Gap / compliance matrix
Proposal meets all mandatory controls with some mitigations needed
Frequently asked questions
How do I render the Operating principles 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 Operating principles deterministically — editable PowerPoint in under a second.