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 PlaygroundParameters
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
Related templates
Bullet List
Clean slide with a title and structured bullet points. Each point gets a numbered badge for visual structure. Supports optional context and takeaway. The simplest and most versatile content template.
Executive Summary
Structured executive summary with 2-4 key metrics at top, a context paragraph in the middle, and a strong recommendation/takeaway at the bottom. The go-to slide for board meetings, investor updates, and C-suite briefings where leaders need the full picture in one glance.
Quote Slide
Large inspirational or supporting quote with attribution. Use to add authority, break visual rhythm, or lead into a new section.
Three-Column Text
Three equal-width text columns with headings and body text. Use for three-part frameworks, triple bottom line, or any three-category breakdown.
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.