Overview
The best sales decks don't talk about features — they talk about the customer's problem and how you solve it. The pptx.dev API includes a persuasive-sales narrative designed around this principle.
The Persuasive Sales Structure
The persuasive-sales narrative generates slides that follow a proven flow:
- Problem — describe the customer's pain in their language
- Solution — explain how your offering uniquely solves it
Building a Complete Sales Deck
{
"title": "Acme for Enterprise Teams",
"narrative": "persuasive-sales",
"colorScheme": "burnt-orange",
"fontScheme": "segoe-ui",
"slides": [
{
"layout": "title-center",
"content": {
"heading": "Stop Wasting 6 Hours Per Week on Reports",
"subheading": "How Acme automates your quarterly reporting"
}
},
{
"layout": "text-2x-left",
"content": {
"heading": "The Problem",
"items": [
{
"heading": "Manual Report Building",
"body": "Your team spends 6+ hours per week copying data into PowerPoint. Every quarter, it's worse."
},
{
"heading": "Inconsistent Quality",
"body": "Different people, different templates, different formats. Your brand looks fragmented."
}
]
}
},
{
"layout": "list-3x-title-center",
"content": {
"heading": "The Solution",
"items": [
{
"heading": "One API Call",
"body": "Feed your data in, get a branded .pptx out. No manual formatting."
},
{
"heading": "Always On-Brand",
"body": "Color schemes, fonts, and layouts locked to your brand guidelines."
},
{
"heading": "Fully Editable",
"body": "Native PowerPoint output. Your team can still tweak anything."
}
]
}
},
{
"layout": "number-3x-title-center",
"content": {
"heading": "Results Our Customers See",
"items": [
{ "value": "90%", "label": "Less time on reports" },
{ "value": "100%", "label": "Brand consistency" },
{ "value": "3x", "label": "More reports shipped" }
]
}
},
{
"layout": "text-1x-center",
"content": {
"heading": "Ready to Save 6 Hours a Week?",
"body": "Start your free trial at pptx.dev — no credit card required."
}
}
]
}
Tips for Sales Decks
- Open with the problem, not your product. The prospect needs to feel understood before they will listen to your solution.
- Use numbers. Quantify the pain ("6 hours/week") and the result ("90% less time").
- Keep it under 8 slides. Sales decks compete for attention spans measured in minutes.
- End with a clear CTA. One next step, not three.
- Use warm color schemes like
burnt-orangeorbold-redfor energy and urgency.
Next Steps
- Explore other narrative structures
- Add proof with chart slides
- Browse color schemes for brand matching