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 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": {
"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
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.
Decision Brief
Decision-driving slide: recommendation Callout up top, supporting evidence as a bullet List in the middle, key risk as a final Callout at the bottom. Used when the slide needs to drive a yes/no decision — verdict first, then reasoning, then 'what could go wrong'.
Executive Dashboard
Composed exec readout: KPI strip on top, trajectory chart in the middle, insight bullets on the bottom. Standard shape for QBRs, board pre-reads, and quarterly business reviews. Information-dense by design — the slide answers where we are, how we got here, and what it means in one read.
Executive Summary
Executive 1-pager with a KPI strip, icon-led decision context, and bold takeaway banner. The go-to slide for board meetings, sales proposals, investor updates, and C-suite briefings where leaders need the full picture in one glance.
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.