Analytics is at managed reporting today; the target is AI-enabled decision products
Show our current versus target data maturity and the gap we must close.
Try in PlaygroundExample brief
Create a maturity gap diagnostic for our analytics function. We are at managed reporting today and need to reach AI-enabled decision products; show the current and target states as the two anchors and the levels we must cross between them.
Render it
Brief path
curl -X POST https://api.slideforge.dev/v1/render/auto \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{ "brief": "Create a maturity gap diagnostic for our analytics function. We are at managed reporting today and need to reach AI-enab" }'Structured intent (this template)
{
"pattern": "maturity_staircase",
"variant": "maturity_gap_diagnostic",
"title": "Analytics is at managed reporting today; the target is AI-enabled decision products",
"subtitle": "Enterprise data & analytics maturity diagnostic",
"steps": [
{
"id": "managed",
"level": "Level 2",
"label": "Managed reporting",
"detail": [
"Governed dashboards",
"Manual data extracts"
],
"score": "2/5",
"emphasis": "current"
},
{
"id": "self_serve",
"level": "Level 3",
"label": "Self-service analytics",
"emphasis": "normal"
},
{
"id": "predictive",
"level": "Level 4",
"label": "Predictive models",
"emphasis": "normal"
},
{
"id": "decision",
"level": "Level 5",
"label": "AI decision products",
"detail": [
"Closed-loop, in-product actions"
],
"score": "5/5",
"emphasis": "target"
}
],
"takeaway": "Closing the gap hinges on certified, self-service data — not on buying models first.",
"caution": "Two levels separate today's reporting from decision-grade products; sequencing matters."
}Frequently asked questions
How do I render the Analytics is at managed reporting today; the target is AI-enabled decision products 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 Analytics is at managed reporting today; the target is AI-enabled decision products deterministically — editable PowerPoint in under a second.