narrativeexternalbalanced

Team Introduction Slide Template

Grid of 2-6 team member cards with name, role icon, role label, and key skills or expertise. Use for project team introductions, pitch decks, or about-us slides.

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

Parameters

Parameter
Description
title
Slide title (e.g. 'Our Team')
cards
Team members. Prefer body entries with IconLabel + List for richer role cards.

Example brief

Project team: Sarah Chen (Project Lead, 15 years strategy consulting, ex-McKinsey, specializes in digital transformation and org design), Tom Mueller (Technical Architect, cloud migration expert, AWS certified, led 20+ enterprise migrations), Priya Sharma (Data Scientist, Stanford PhD, ML/AI specialization, published researcher in NLP).

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": "5b68c390-31c9-5bb4-9fde-f2725be20979",
    "brief": "Project team: Sarah Chen (Project Lead, 15 years strategy consulting, ex-McKinse..."
  }'

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": "5b68c390-31c9-5bb4-9fde-f2725be20979",
  "params": {
    "title": "Project Team - Digital Transformation Program",
    "cards": [
      {
        "label": "Sarah Chen",
        "body": [
          {
            "component": "IconLabel",
            "flex": 0.72,
            "params": {
              "icon": "compass",
              "text": "Program Director"
            }
          },
          {
            "component": "List",
            "flex": 1.28,
            "params": {
              "items": [
                "Strategy",
                "Change mgmt",
                "P&L"
              ],
              "density": "compact"
            }
          }
        ]
      },
      {
        "label": "Tom Mueller",
        "body": [
          {
            "component": "IconLabel",
            "flex": 0.72,
            "params": {
              "icon": "server-cog",
              "text": "Technical Architect"
            }
          },
          {
            "component": "List",
            "flex": 1.28,
            "params": {
              "items": [
                "Cloud",
                "Security",
                "APIs"
              ],
              "density": "compact"
            }
          }
        ]
      },
      {
        "label": "Priya Sharma",
        "body": [
          {
            "component": "IconLabel",
            "flex": 0.72,
            "params": {
              "icon": "database-zap",
              "text": "Data Science Lead"
            }
          },
          {
            "component": "List",
            "flex": 1.28,
            "params": {
              "items": [
                "ML/AI",
                "Analytics",
                "Python"
              ],
              "density": "compact"
            }
          }
        ]
      },
      {
        "label": "Carlos Ruiz",
        "body": [
          {
            "component": "IconLabel",
            "flex": 0.72,
            "params": {
              "icon": "workflow",
              "text": "Delivery Manager"
            }
          },
          {
            "component": "List",
            "flex": 1.28,
            "params": {
              "items": [
                "Agile",
                "PMO",
                "Risk"
              ],
              "density": "compact"
            }
          }
        ]
      },
      {
        "label": "Emma Fischer",
        "body": [
          {
            "component": "IconLabel",
            "flex": 0.72,
            "params": {
              "icon": "megaphone",
              "text": "Change & Comms"
            }
          },
          {
            "component": "List",
            "flex": 1.28,
            "params": {
              "items": [
                "Stakeholders",
                "Training",
                "Comms"
              ],
              "density": "compact"
            }
          }
        ]
      },
      {
        "label": "Raj Patel",
        "body": [
          {
            "component": "IconLabel",
            "flex": 0.72,
            "params": {
              "icon": "shield-check",
              "text": "Security & Compliance"
            }
          },
          {
            "component": "List",
            "flex": 1.28,
            "params": {
              "items": [
                "SOC2",
                "GDPR",
                "Zero trust"
              ],
              "density": "compact"
            }
          }
        ]
      }
    ]
  }
}'

Tags

teampeopleintroductionleadershipabout usmembersbiosprofilespitchexpertiseicons

Related templates

Frequently asked questions

How do I render a Team Introduction slide?

Send a POST request to /v1/render with template "5b68c390-31c9-5bb4-9fde-f2725be20979" 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 Team Introduction template accept?

The Team Introduction template accepts: title, cards. Supports 2-6 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 Team Introduction slide in under 1 second. $3 free credit, no card required.