Example brief
An operating-model slide for a transformation team that groups six AI initiatives under three layers - build, govern, and adopt - with two initiative cards in each group. Each card carries a short claim and two supporting points; the headers clarify the taxonomy so the audience reads the layers first and the initiatives second.
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": "grouped_card_grid",
"headline": "The AI operating model spans build, govern, and adopt",
"context": "Six initiatives organized by operating-model layer",
"takeaway": "Sequence the layers - a governed build foundation is what makes adoption stick.",
"data": {
"cards": [
{
"label": "Build",
"kind": "header"
},
{
"label": "Data foundation",
"sub": "Stand up the governed data layer.",
"detail": [
"Pipelines",
"Catalog"
],
"icon": "database"
},
{
"label": "Model factory",
"sub": "Repeatable training and deployment.",
"detail": [
"MLOps",
"Registry"
],
"icon": "factory"
},
{
"label": "Govern",
"kind": "header"
},
{
"label": "Risk controls",
"sub": "Bias, drift, and audit oversight.",
"detail": [
"Review board",
"Monitoring"
],
"icon": "shield-alert"
},
{
"label": "Policy and access",
"sub": "Role-based access and usage rules.",
"detail": [
"RBAC",
"Usage policy"
],
"icon": "key-round"
},
{
"label": "Adopt",
"kind": "header"
},
{
"label": "Enablement",
"sub": "Upskill teams into self-serve.",
"detail": [
"Training",
"Practitioner guild"
],
"icon": "graduation-cap"
}
]
}
}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":"grouped_card_grid","headline":"The AI operating model spans build, govern, and adopt","context":"Six initiatives organized by operating-model layer","takeaway":"Sequence the layers - a governed build foundation is what makes adoption stick.","data":{"cards":[{"label":"Build","kind":"header"},{"label":"Data foundation","sub":"Stand up the governed data layer.","detail":["Pipelines","Catalog"],"icon":"database"},{"label":"Model factory","sub":"Repeatable training and deployment.","detail":["MLOps","Registry"],"icon":"factory"},{"label":"Govern","kind":"header"},{"label":"Risk controls","sub":"Bias, drift, and audit oversight.","detail":["Review board","Monitoring"],"icon":"shield-alert"},{"label":"Policy and access","sub":"Role-based access and usage rules.","detail":["RBAC","Usage policy"],"icon":"key-round"},{"label":"Adopt","kind":"header"},{"label":"Enablement","sub":"Upskill teams into self-serve.","detail":["Training","Practitioner guild"],"icon":"graduation-cap"}]}}'Related templates
Pricing packages
Three packages for sales teams
Hero capability with supporting set
One hero capability plus supporting enablers, hero emphasized.
Testimonial proof
Helios improved outage communication in one release cycle
Before / after proof
Northwind Mutual moved claims to a single-owner operating model
Frequently asked questions
How do I render the Cards under category headers 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 Cards under category headers deterministically — editable PowerPoint in under a second.