Example brief
Create a profile grid for the Artisan Harvest Group's steering committee. The slide should highlight six key individuals including a Master Pâtissier, an Industrial Architect, and a Supply Chain Director. Each card needs to detail their specific role, areas of expertise like recipe scalability or cold chain logistics, and a significant professional credential. The overall message is that this team blends culinary craft with industrial efficiency to manage a regional expansion.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "card_grid",
"variant": "profile",
"headline": "A specialized leadership group bridging artisanal craft, industrial scale, and distribution logistics",
"context": "The steering committee for the regional expansion",
"takeaway": "Integrated expertise ensures high-volume output without sacrificing the artisanal quality of the core brand.",
"data": {
"cards": [
{
"label": "Elena Moretti",
"emphasis": "primary",
"affiliation": "Artisan Harvest Group",
"credential": "4 regional bakery launches",
"expertise": [
"Recipe scalability",
"Ingredient sourcing",
"Quality assurance"
],
"role": "Master Pâtissier & Ops Lead"
},
{
"label": "Marcus Thorne",
"credential": "Certified Food Engineer, 18y",
"expertise": [
"Oven automation",
"Production flow",
"HACCP compliance"
],
"role": "Industrial Facility Architect"
},
{
"label": "Sarah Jenkins",
"credential": "Managed 120-node network",
"expertise": [
"Cold chain logistics",
"Inventory turn",
"Vendor negotiation"
],
"role": "Supply Chain Director"
},
{
"label": "David Chen",
"credential": "Ex national grocery lead",
"expertise": [
"Merchandising",
"Store footprint",
"POS integration"
],
"role": "Retail Strategy SME"
},
{
"label": "Isabelle Laurent",
"credential": "Award-winning pastry chef",
"expertise": [
"Seasonal menuing",
"Customer loyalty",
"Market positioning"
],
"role": "Brand & Product Lead"
},
{
"label": "Thomas Miller",
"credential": "Six Sigma, 15+ openings",
"expertise": [
"Staff training",
"Health safety",
"Operational audits"
],
"role": "Implementation Manager"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"card_grid","variant":"profile","headline":"A specialized leadership group bridging artisanal craft, industrial scale, and distribution logistics","context":"The steering committee for the regional expansion","takeaway":"Integrated expertise ensures high-volume output without sacrificing the artisanal quality of the core brand.","data":{"cards":[{"label":"Elena Moretti","emphasis":"primary","affiliation":"Artisan Harvest Group","credential":"4 regional bakery launches","expertise":["Recipe scalability","Ingredient sourcing","Quality assurance"],"role":"Master Pâtissier & Ops Lead"},{"label":"Marcus Thorne","credential":"Certified Food Engineer, 18y","expertise":["Oven automation","Production flow","HACCP compliance"],"role":"Industrial Facility Architect"},{"label":"Sarah Jenkins","credential":"Managed 120-node network","expertise":["Cold chain logistics","Inventory turn","Vendor negotiation"],"role":"Supply Chain Director"},{"label":"David Chen","credential":"Ex national grocery lead","expertise":["Merchandising","Store footprint","POS integration"],"role":"Retail Strategy SME"},{"label":"Isabelle Laurent","credential":"Award-winning pastry chef","expertise":["Seasonal menuing","Customer loyalty","Market positioning"],"role":"Brand & Product Lead"},{"label":"Thomas Miller","credential":"Six Sigma, 15+ openings","expertise":["Staff training","Health safety","Operational audits"],"role":"Implementation Manager"}]}}'Related templates
Agenda
Show two-day workshop schedule details
Bars vs target marker
Margin recovery is visible but three units are below target
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Grouped comparison bars
Regional store brand performance vs targets
Frequently asked questions
How do I render the The team template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render The team deterministically — editable PowerPoint in under a second.