Example brief
The Pilot package costs CHF 2,500 per month and includes 5 branded templates, CRM data import, and 500 slides per month, while the Scale package costs CHF 8,000 per month with 25 branded templates, Salesforce and HubSpot connectors, and 5,000 slides per month. The Enterprise package has custom pricing with unlimited templates, custom CRM integration, and a dedicated success manager. Most customers start with the Scale package to prove ROI without enterprise procurement drag. The packages cater to different audience sizes, from one sales team to global enablement teams.
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": "offer_tier",
"headline": "Three packages, from pilot to fully automated",
"context": "Start small, scale to global rollout",
"takeaway": "Most customers should start with Scale - it proves ROI without enterprise procurement drag.",
"data": {
"cards": [
{
"label": "Pilot",
"audience": "One sales team",
"includes": [
"5 branded templates",
"CRM data import",
"500 slides / month",
"Admin dashboard",
"Email support"
],
"limits": [
"Single region",
"No custom integration"
],
"price": "CHF 2,500",
"unit": "/ month"
},
{
"label": "Scale",
"emphasis": "primary",
"audience": "Multi-team organizations",
"cta": "Start with Scale",
"includes": [
"25 branded templates",
"Salesforce + HubSpot connectors",
"5,000 slides / month",
"Approved case-study library",
"Usage analytics",
"Priority support"
],
"price": "CHF 8,000",
"unit": "/ month"
},
{
"label": "Enterprise",
"audience": "Global enablement teams",
"includes": [
"Unlimited templates",
"Custom CRM integration",
"Private Azure deployment",
"SSO + audit logs",
"Dedicated success manager"
],
"limits": [
"Annual contract"
],
"price": "Custom",
"unit": ""
}
]
}
}cURL (REST)
curl -X POST https://dev-api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"card_grid","variant":"offer_tier","headline":"Three packages, from pilot to fully automated","context":"Start small, scale to global rollout","takeaway":"Most customers should start with Scale - it proves ROI without enterprise procurement drag.","data":{"cards":[{"label":"Pilot","audience":"One sales team","includes":["5 branded templates","CRM data import","500 slides / month","Admin dashboard","Email support"],"limits":["Single region","No custom integration"],"price":"CHF 2,500","unit":"/ month"},{"label":"Scale","emphasis":"primary","audience":"Multi-team organizations","cta":"Start with Scale","includes":["25 branded templates","Salesforce + HubSpot connectors","5,000 slides / month","Approved case-study library","Usage analytics","Priority support"],"price":"CHF 8,000","unit":"/ month"},{"label":"Enterprise","audience":"Global enablement teams","includes":["Unlimited templates","Custom CRM integration","Private Azure deployment","SSO + audit logs","Dedicated success manager"],"limits":["Annual contract"],"price":"Custom","unit":""}]}}'Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Testimonial proof
Helios improved outage communication in one release cycle
Frequently asked questions
How do I render the Pricing packages 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 Pricing packages deterministically — editable PowerPoint in under a second.