Example brief
A control-review slide for a payments platform that shows the risk state of each architecture layer top to bottom. Customer channels and the core ledger are low risk; the access and identity layer is the focal high-risk band because privileged-access controls lag policy; payments orchestration is medium; the data and reporting layer carries a control gap on PII lineage. Each layer needs a short risk description and a status badge, with the access layer emphasized as the priority for remediation.
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": "layer_stack",
"variant": "risk_overlay_stack",
"headline": "Control gaps concentrate in the access and data layers, not the core ledger",
"context": "Risk posture across the payments platform — quarterly controls review",
"takeaway": "Remediate the access layer before scaling new channels.",
"source_note": "Internal controls self-assessment, Q2",
"data": {
"layers": [
{
"label": "Customer Channels",
"sub": "Mobile and web entry points, KYC onboarding",
"meta": "Low",
"tone": "good"
},
{
"label": "Access & Identity",
"sub": "Privileged access and secrets rotation lag policy",
"emphasis": "primary",
"meta": "High",
"tone": "bad"
},
{
"label": "Payments Orchestration",
"sub": "Routing, retries and idempotency controls in place",
"meta": "Medium",
"tone": "warn"
},
{
"label": "Core Ledger",
"sub": "Double-entry integrity, reconciled daily",
"meta": "Low",
"tone": "good"
},
{
"label": "Data & Reporting",
"sub": "PII lineage incomplete, audit trail partial",
"meta": "Gap",
"tone": "bad"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"layer_stack","variant":"risk_overlay_stack","headline":"Control gaps concentrate in the access and data layers, not the core ledger","context":"Risk posture across the payments platform — quarterly controls review","takeaway":"Remediate the access layer before scaling new channels.","source_note":"Internal controls self-assessment, Q2","data":{"layers":[{"label":"Customer Channels","sub":"Mobile and web entry points, KYC onboarding","meta":"Low","tone":"good"},{"label":"Access & Identity","sub":"Privileged access and secrets rotation lag policy","emphasis":"primary","meta":"High","tone":"bad"},{"label":"Payments Orchestration","sub":"Routing, retries and idempotency controls in place","meta":"Medium","tone":"warn"},{"label":"Core Ledger","sub":"Double-entry integrity, reconciled daily","meta":"Low","tone":"good"},{"label":"Data & Reporting","sub":"PII lineage incomplete, audit trail partial","meta":"Gap","tone":"bad"}]}}'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 Risk overlay stack 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 Risk overlay stack deterministically — editable PowerPoint in under a second.