Example outputs
Starter templates,
ready to generate.
Real outputs from the Origraph API — editable, native Office documents driven by structured data. Download a sample or preview every page.
Template example
Proposal PPTX
CRM → Proposal deck
A customer-facing proposal deck with executive summary, solution, pricing, and next steps.
PPTXEDITABLENATIVE
What's inside
- Cover slide
- Executive summary
- Solution overview
- Pricing section
Sample details
- Pages
- 12 slides
- Format
- PowerPoint (PPTX)
- File size
- 2.1 MB
- Editable
- Yes
- Native
- Yes
API callPOST /v1/documents
{
"template": "proposal",
"output": "pptx"
}Template example
Board Report DOCX/PDF
ERP → Board report
Executive-ready board report with KPI summaries, financials, and operational highlights.
DOCXPDFEDITABLENATIVE
What's inside
- Executive summary
- KPI dashboard
- Financial & operational insights
Sample details
- Pages
- 14 pages
- Format
- DOCX, PDF
- File size
- 612 KB
- Editable
- Yes
- Native
- Yes
API callPOST /v1/documents
{
"template": "board-report",
"output": "docx"
}Template example
Offer Package DOCX/PDF
HR → Offer package
Candidate-facing offer package with compensation breakdown, equity, benefits, and next steps.
DOCXPDFEDITABLENATIVE
What's inside
- Offer letter
- Compensation breakdown
- Equity details
- Benefits overview
Sample details
- Pages
- 10 pages
- Format
- DOCX, PDF
- File size
- 545 KB
- Editable
- Yes
- Native
- Yes
API callPOST /v1/documents
{
"template": "offer-package",
"output": "docx"
}Template example
Executive Brief PPTX/PDF
AI agent → Executive brief
A concise executive brief generated from analysis — findings, recommendations, and next review.
PPTXPDFEDITABLENATIVE
What's inside
- Cover with headline
- Key findings
- Recommendations
Sample details
- Pages
- 6 slides
- Format
- PowerPoint (PPTX)
- File size
- 1.2 MB
- Editable
- Yes
- Native
- Yes
API callPOST /v1/documents
{
"template": "executive-brief",
"output": "pptx"
}