Hero score with drivers
Show our digital service readiness score and where we are falling behind.
Try in PlaygroundExample brief
Create a board-level slide for the credit union showing our composite Omnichannel Service Readiness score, which currently sits at 62. Highlight that while our technical backend and API integrations are strong, we are struggling significantly with staff training and cross-channel data analytics. Use a gauge for the main score and progress bars for the five specific drivers including identity verification and member journey mapping. The takeaway should emphasize pausing new features until we fix the operational gaps.
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": "hero_score_with_drivers",
"headline": "Strong digital infrastructure is undermined by lagging operational adoption - stabilize core processes before further expansion",
"context": "Omnichannel Service Readiness Score",
"caution": "Deploying advanced mobile features without retraining frontline staff will degrade member satisfaction scores.",
"takeaway": "Pause the Q4 feature release to prioritize internal certification and data tracking for existing digital loan origination.",
"data": {
"score_value": 62,
"score_display": "62",
"score_label": "Omnichannel Maturity",
"score_tone": "warn",
"drivers": [
{
"label": "Core API Integration",
"value": 84,
"tone": "good"
},
{
"label": "Identity Verification",
"value": 68,
"tone": "warn"
},
{
"label": "Member Journey Mapping",
"value": 54,
"tone": "warn"
},
{
"label": "Branch Staff Upskilling",
"value": 41,
"tone": "bad"
},
{
"label": "Cross-Channel Analytics",
"value": 37,
"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":"gauge_score","variant":"hero_score_with_drivers","headline":"Strong digital infrastructure is undermined by lagging operational adoption - stabilize core processes before further expansion","context":"Omnichannel Service Readiness Score","caution":"Deploying advanced mobile features without retraining frontline staff will degrade member satisfaction scores.","takeaway":"Pause the Q4 feature release to prioritize internal certification and data tracking for existing digital loan origination.","data":{"score_value":62,"score_display":"62","score_label":"Omnichannel Maturity","score_tone":"warn","drivers":[{"label":"Core API Integration","value":84,"tone":"good"},{"label":"Identity Verification","value":68,"tone":"warn"},{"label":"Member Journey Mapping","value":54,"tone":"warn"},{"label":"Branch Staff Upskilling","value":41,"tone":"bad"},{"label":"Cross-Channel Analytics","value":37,"tone":"bad"}]}}'Frequently asked questions
How do I render the Hero score with drivers 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 Hero score with drivers deterministically — editable PowerPoint in under a second.