structuremanagementvisual

Org Chart Slide Template

Organizational hierarchy chart with boxes and connecting lines. Supports 2-3 levels deep with up to 4 children per node. Each node shows a title and optional role/person name.

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

Parameters

Parameter
Description
root
{"type":"object","properties":{"name":{"type":"string"},"role":{"type":"string"},"children":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"role":{"type":"string"},"children":{"type":"array","items":{"type":"string"}}}},"description":"Array of children items"}}}
commentary
{"type":"object","properties":{"title":{"type":"string"},"items":{"type":"array","items":{"type":"string"}}}}

Example brief

Product org: VP Product (Sarah Chen) with two reports: Platform (Mike Ross) managing Backend (3 engineers) and Frontend (2 engineers), Growth (Lisa Park) managing Marketing (4 people) and Sales (6 people).

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": "7a551c19-a94d-581d-a358-26faad5ff552",
    "brief": "Product org: VP Product (Sarah Chen) with two reports: Platform (Mike Ross) mana..."
  }'

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": "7a551c19-a94d-581d-a358-26faad5ff552",
  "params": {
    "root": {
      "name": "Sarah Chen",
      "role": "VP Product & Engineering",
      "children": [
        {
          "name": "Mike Ross",
          "role": "Director of Engineering",
          "children": [
            {
              "name": "Alex Kim",
              "role": "Backend Lead (6 eng)"
            },
            {
              "name": "Priya Sharma",
              "role": "Frontend Lead (4 eng)"
            },
            {
              "name": "Carlos Ruiz",
              "role": "Platform (3 eng)"
            },
            {
              "name": "Jana Weber",
              "role": "QA & Release (2 eng)"
            }
          ]
        },
        {
          "name": "Lisa Park",
          "role": "Director of Product",
          "children": [
            {
              "name": "Tom Nguyen",
              "role": "PM Core Platform"
            },
            {
              "name": "Emma Fischer",
              "role": "PM Enterprise"
            },
            {
              "name": "David Okafor",
              "role": "PM Growth"
            }
          ]
        },
        {
          "name": "Raj Patel",
          "role": "Head of Design",
          "children": [
            {
              "name": "Sophie Martin",
              "role": "Senior UX"
            },
            {
              "name": "Yuki Tanaka",
              "role": "Visual Design"
            }
          ]
        }
      ]
    },
    "commentary": {
      "title": "Key Insights",
      "items": [
        "Engineering is 60% of headcount — scaling to 20 by Q3",
        "Product team expanding with dedicated Enterprise PM",
        "Design team doubling — hiring UX researcher in Q2",
        "All three pillars report to a single VP for alignment",
        "DACH office opening requires 3 additional hires"
      ]
    },
    "title": "Three pillars scale the product organization to 25 headcount",
    "subtitle": "Product & Engineering Organization — Q1 2026",
    "footer": "Org chart | Effective March 2026",
    "takeaway": "Sarah Chen (VP) leads all three pillars — 25 headcount, scaling to 35 by Q3."
  }
}'

Tags

org chartorganizationhierarchyreportingstructureteamdepartmentmanagementtree

Related templates

Frequently asked questions

How do I render a Org Chart slide?

Send a POST request to /v1/render with template "7a551c19-a94d-581d-a358-26faad5ff552" 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 Org Chart template accept?

The Org Chart template accepts: root, commentary. Supports 2-15 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 Org Chart slide in under 1 second. $3 free credit, no card required.