Example brief
Create a strategic options slide for a metropolitan hospital network board meeting. The slide should compare three different operating models for expanding clinical services: a consolidated campus, a hub-and-spoke network, and a distributed clinic model. Each option needs to list what it is best for, three specific benefits, and two tradeoffs. Highlight the hub-and-spoke model as the recommended primary strategy, and conclude with a takeaway about balancing centralized surgery with decentralized outpatient care.
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": "option",
"headline": "A regional hub-and-spoke model optimizes specialized care delivery",
"context": "Evaluating structural frameworks for the 2025 metropolitan clinical expansion",
"takeaway": "Centralize specialized surgical assets while distributing outpatient and diagnostic services to regional spokes.",
"data": {
"cards": [
{
"label": "Consolidated Campus",
"icon": "building-2",
"benefits": [
"Maximum resource density",
"Unified surgical oversight",
"Lower per-patient overhead"
],
"best_for": "high-acuity tertiary procedures",
"tradeoffs": [
"Limited geographic reach",
"Capacity saturation risk"
]
},
{
"label": "Hub-and-Spoke Network",
"emphasis": "primary",
"icon": "git-branch",
"benefits": [
"Improved patient access",
"Scalable clinical protocols",
"Efficient referral pathways"
],
"best_for": "standardizing care across the metro area",
"tradeoffs": [
"High logistics complexity",
"Inter-site staffing needs"
]
},
{
"label": "Distributed Clinics",
"icon": "map-pin",
"benefits": [
"Hyper-local community presence",
"Lower facility CAPEX",
"Flexible service pivots"
],
"best_for": "primary and preventative services",
"tradeoffs": [
"Fragmented data systems",
"Variable quality control"
]
}
]
}
}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":"option","headline":"A regional hub-and-spoke model optimizes specialized care delivery","context":"Evaluating structural frameworks for the 2025 metropolitan clinical expansion","takeaway":"Centralize specialized surgical assets while distributing outpatient and diagnostic services to regional spokes.","data":{"cards":[{"label":"Consolidated Campus","icon":"building-2","benefits":["Maximum resource density","Unified surgical oversight","Lower per-patient overhead"],"best_for":"high-acuity tertiary procedures","tradeoffs":["Limited geographic reach","Capacity saturation risk"]},{"label":"Hub-and-Spoke Network","emphasis":"primary","icon":"git-branch","benefits":["Improved patient access","Scalable clinical protocols","Efficient referral pathways"],"best_for":"standardizing care across the metro area","tradeoffs":["High logistics complexity","Inter-site staffing needs"]},{"label":"Distributed Clinics","icon":"map-pin","benefits":["Hyper-local community presence","Lower facility CAPEX","Flexible service pivots"],"best_for":"primary and preventative services","tradeoffs":["Fragmented data systems","Variable quality control"]}]}}'Related templates
Agenda
Show two-day workshop schedule details
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
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Frequently asked questions
How do I render the Strategic options 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 Strategic options deterministically — editable PowerPoint in under a second.