structuremanagementvisual

Pyramid Slide Template

Pyramid diagram with 3-5 horizontal layers, narrowing from base to top. Each layer has a label, icon, and description. Centered pyramid with descriptions on alternating sides for strategy frameworks and hierarchies.

Try in Playground
Pyramid slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
35
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
layers
Array of layers items

Example brief

Strategy pyramid: Foundation (operational excellence, cost optimization), Capability (digital platforms, talent development), Differentiation (innovation, customer experience), Leadership (market authority).

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": "08eb2c49-d74d-56f1-b78e-d97cd75c6f2d",
    "brief": "Strategy pyramid: Foundation (operational excellence, cost optimization), Capabi..."
  }'

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": "08eb2c49-d74d-56f1-b78e-d97cd75c6f2d",
  "params": {
    "layers": [
      {
        "label": "Enterprise",
        "description": "50 clients, $120K ACV, 60% of revenue"
      },
      {
        "label": "Mid-Market",
        "description": "180 clients, $24K ACV, 25% of revenue"
      },
      {
        "label": "SMB",
        "description": "617 clients, $3.6K ACV, 15% of revenue"
      }
    ],
    "title": "Enterprise segment drives 60% of revenue from just 50 clients",
    "subtitle": "Customer Segmentation",
    "footer": "Customer segmentation | FY2025 revenue data",
    "takeaway": "Move mid-market clients up to enterprise tier through upsell programs"
  }
}'

Tags

pyramidhierarchylayerslevelsstrategyframeworkneedsmaturityvalue chainmaslowsmartart

Related templates

Frequently asked questions

How do I render a Pyramid slide?

Send a POST request to /v1/render with template "08eb2c49-d74d-56f1-b78e-d97cd75c6f2d" 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 Pyramid template accept?

The Pyramid template accepts: layers. Supports 3-5 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 Pyramid slide in under 1 second. $3 free credit, no card required.