Pricing Table Slide Template
Side-by-side pricing tiers with plan names, prices, fit descriptions, feature lists, and an optional recommended tier. Best for SaaS packaging, vendor options, and commercial decision slides.
Try in PlaygroundParameters
Example brief
Pricing: Starter ($29/mo, 5 users, 10 slides/mo, email support), Professional ($79/mo, 25 users, 100 slides/mo, priority support, custom themes - recommended), Enterprise (custom pricing, unlimited users, unlimited slides, SSO, dedicated CSM).
API example
With a brief (async, $0.05)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "615b5cf1-141a-5df0-8acf-c968c35b9422",
"brief": "Pricing: Starter ($29/mo, 5 users, 10 slides/mo, email support), Professional ($..."
}'With structured params (sync, $0.03)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "615b5cf1-141a-5df0-8acf-c968c35b9422",
"params": {
"title": "Pricing architecture - land teams, expand to enterprise",
"cards": [
{
"label": "Team Pilot",
"price": "$2K",
"price_note": "per month",
"description": "For one function proving repeatable slide automation.",
"features": [
"Up to 10 editors",
"100 deterministic slides / month",
"Template gallery + brand theme",
"Email support"
],
"cta": "Validate"
},
{
"label": "Scale",
"price": "$8K",
"price_note": "per month",
"description": "For revenue, strategy, and PMO teams standardizing recurring decks.",
"highlighted": true,
"features": [
"Up to 75 editors",
"1,000 slides / month",
"Custom templates + theme QA",
"API and MCP automation",
"Priority support"
],
"cta": "Recommended"
},
{
"label": "Enterprise",
"price": "Custom",
"price_note": "annual contract",
"description": "For regulated rollouts with identity, audit, and procurement needs.",
"features": [
"Unlimited editors",
"Volume slide bundles",
"SSO, audit logs, and SLA",
"Private template packs",
"Dedicated success lead"
],
"cta": "Procurement path"
}
],
"takeaway": "Scale is the default expansion tier; Enterprise becomes relevant once SSO and audit needs appear."
}
}'Tags
Related templates
Before / After Comparison
Two-panel from-state to-state comparison with bottom synthesis. Each side is a Card with label + bullet body. The bottom Callout carries the synthesis (what the transformation enables / what it costs). Used for operating-model change, process redesign, tooling consolidation.
Comparison Matrix
Matrix comparing 2-6 items across multiple criteria using Harvey balls (0-4 filled circles). Rows are criteria, columns are items. Best for vendor evaluation, competitive analysis, feature-by-feature comparison.
Competitive Landscape
Competitive positioning slide with a 2x2 market map and a disciplined insight column. Best for vendor landscapes, market segmentation, and prioritization grids where the viewer needs the implication, not only dots.
Feature Comparison
Grid Table comparing 2-5 products or options across a list of features. Each cell shows a checkmark (included), dash (not included), or text value (counts, plan names, etc.). Clean consulting visual for vendor evaluation, product comparison, and feature gap analysis.
Frequently asked questions
How do I render a Pricing Table slide?
Send a POST request to /v1/render with template "615b5cf1-141a-5df0-8acf-c968c35b9422" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.
What data does the Pricing Table template accept?
The Pricing Table template accepts: title, cards, takeaway. Supports 2-4 items. See the parameter reference below for details.
Can I customize the colors and fonts of this template?
Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.
Try this template
Render a Pricing Table slide in under 1 second. $3 free credit, no card required.