Example brief
Show our customer onboarding health score of 72 out of 100 against the FY26 target of 85, and note that it rose from 64 last quarter. Make the gap to target and the improvement obvious, and recommend shipping self-serve admin controls to close it.
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": "gauge_score",
"variant": "score_vs_target_delta",
"headline": "Customer onboarding health is climbing but still short of the FY26 target",
"context": "Onboarding readiness index, post-launch cohort",
"caution": "The index weights early-stage milestones heavily, so late-stage churn risk can be understated.",
"takeaway": "Close the 13-point gap by shipping self-serve admin controls before the FY26 renewal window.",
"data": {
"score_value": 72,
"score_display": "72",
"score_label": "Onboarding health",
"score_tone": "warn",
"scale": {
"target": {
"value": 85,
"label": "FY26 target"
}
},
"previous": {
"value": 64,
"label": "Q3"
}
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"gauge_score","variant":"score_vs_target_delta","headline":"Customer onboarding health is climbing but still short of the FY26 target","context":"Onboarding readiness index, post-launch cohort","caution":"The index weights early-stage milestones heavily, so late-stage churn risk can be understated.","takeaway":"Close the 13-point gap by shipping self-serve admin controls before the FY26 renewal window.","data":{"score_value":72,"score_display":"72","score_label":"Onboarding health","score_tone":"warn","scale":{"target":{"value":85,"label":"FY26 target"}},"previous":{"value":64,"label":"Q3"}}}'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 Score vs target delta 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 Score vs target delta deterministically — editable PowerPoint in under a second.