Overview
First impressions matter. The pptx.dev API's company-intro narrative helps you create a clean, structured introduction deck that communicates your mission and value propositions.
The Company Intro Structure
- Mission — state the company mission in a compelling sentence
- Value Propositions — list the key benefits you deliver
Example Deck
{
"title": "Introducing Acme Inc.",
"narrative": "company-intro",
"colorScheme": "forest-green",
"fontScheme": "garamond",
"slides": [
{
"layout": "title-center",
"content": {
"heading": "Acme Inc.",
"subheading": "Making presentations effortless for every team"
}
},
{
"layout": "text-1x-center",
"content": {
"heading": "Our Mission",
"body": "We believe every team deserves beautiful, on-brand presentations — without spending hours in PowerPoint. Our API turns data into polished decks in seconds."
}
},
{
"layout": "list-3x-title-center",
"content": {
"heading": "Why Teams Choose Acme",
"items": [
{
"heading": "API-First",
"body": "Generate presentations from any data source with a single HTTP request."
},
{
"heading": "Enterprise Ready",
"body": "SOC 2 compliant, SSO support, and 99.9% uptime SLA."
},
{
"heading": "Beautiful by Default",
"body": "Professional themes and color schemes built by designers."
}
]
}
},
{
"layout": "number-3x-title-center",
"content": {
"heading": "By the Numbers",
"items": [
{ "value": "2,400+", "label": "Companies" },
{ "value": "1M+", "label": "Presentations Generated" },
{ "value": "99.9%", "label": "Uptime" }
]
}
}
]
}
When to Use Company Intro
- Partnership meetings
- Customer onboarding
- Conference booths
- Media briefings
- New employee orientation
Design Tips
- Use
garamondorconstantiafor an authoritative serif feel, orsegoe-uifor modern tech vibes. forest-greenandslate-graycolor schemes convey trust and professionalism.- Keep the mission statement to one sentence. If it needs two, it is not focused enough.
Next Steps
- Build a sales deck for prospects
- Explore all narratives
- Browse themes for quick visual presets