comparisonexternalbalanced

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 Playground
Pricing Table slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
24
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title (e.g. 'Choose Your Plan')
cards
Pricing tiers from cheapest to most expensive
takeaway
One-sentence key insight or recommendation. Must be concise (under 20 words).

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

pricingplanstierscomparisonsubscriptionSaaSpackagescostfeaturespricing tablerecommended

Related templates

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.