comparisonexternalbalanced

Pricing Table Slide Template

Side-by-side pricing tiers (2-4 columns) with plan names, prices, feature lists, and optional highlighted/recommended tier. Standard SaaS pricing page visual adapted for consulting presentations and vendor comparisons.

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
cards
Array of cards items

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": {
    "cards": [
      {
        "name": "Starter",
        "price": "$29/mo",
        "tagline": "For solo creators",
        "features": [
          "5 team members",
          "10 slides per month",
          "3 built-in themes",
          "Email support",
          "PNG export"
        ]
      },
      {
        "name": "Professional",
        "price": "$99/mo",
        "tagline": "For growing teams",
        "highlighted": true,
        "cta": "Most Popular",
        "features": [
          "25 team members",
          "100 slides per month",
          "All themes + custom branding",
          "Priority support",
          "PPTX + PDF export",
          "API access",
          "Template library"
        ]
      },
      {
        "name": "Enterprise",
        "price": "Custom",
        "tagline": "For large organizations",
        "cta": "Contact Sales",
        "features": [
          "Unlimited team members",
          "Unlimited slides",
          "Custom themes + SSO",
          "Dedicated CSM",
          "SLA guarantee (99.9%)",
          "On-premise option",
          "Advanced analytics",
          "SOC2 compliance"
        ]
      }
    ],
    "title": "Three tiers designed for every stage of growth",
    "subtitle": "Pricing Plans",
    "footer": "Pricing effective Q1 2026 | All prices in USD",
    "takeaway": "Professional plan is the sweet spot — most popular with 68% of customers"
  }
}'

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: cards. 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.