narrativeexternalbalanced

Team Introduction Slide Template

Grid of 2-6 team member cards with rounded profile placeholder, name, role/title, 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
cards
Array of cards items

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": {
    "cards": [
      {
        "header": "Sarah Chen",
        "subtitle": "CEO",
        "icon": "user",
        "items": [
          "Ex-McKinsey",
          "15 years strategy consulting"
        ]
      },
      {
        "header": "Marcus Weber",
        "subtitle": "CTO",
        "icon": "code",
        "items": [
          "Ex-Google",
          "Built 3 ML platforms"
        ]
      },
      {
        "header": "Lisa Park",
        "subtitle": "VP Sales",
        "icon": "briefcase",
        "items": [
          "Ex-Salesforce",
          "Scaled EMEA $0→$50M"
        ]
      },
      {
        "header": "James Liu",
        "subtitle": "VP Product",
        "icon": "layout",
        "items": [
          "Ex-Figma",
          "Shipped tools to 10M users"
        ]
      },
      {
        "header": "Anna Schmidt",
        "subtitle": "CFO",
        "icon": "dollar-sign",
        "items": [
          "Ex-Stripe",
          "IPO experience"
        ]
      }
    ],
    "title": "Experienced leadership team with deep domain expertise",
    "subtitle": "Leadership Team",
    "footer": "Leadership team | Total headcount 54, growing to 80 by year end",
    "takeaway": "Combined team has 70+ years of enterprise SaaS experience"
  }
}'

Tags

teampeopleintroductionleadershipabout usmembersbiosprofilespitchexpertise

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