AI-Powered Outcome Narratives in Minutes, Not Weeks
Stop spending 20+ hours per report. Generate investor-grade, verified impact narratives from your monthly data.
$curl -X POST https://api.impactnarrative.ai/v1/generate \\
-H "Authorization: Bearer $API_KEY" \\
-d @monthly_outcomes.json Auto-generate from data you already have
Drop in metrics, milestones, and beneficiary outcomes. Get polished, board-ready paragraphs in seconds instead of hours.
```json
// monthly_outcomes.json
{
"program": "Micro-Enterprise Accelerator",
"month": "Q3 2024",
"metrics": {
"businesses_started": 47,
"jobs_created": 89,
"avg_revenue_growth": "23%",
"beneficiaries_reached": 312
},
"milestones": [
"Cohort 7 graduation",
"First $100K revenue milestone"
]
}
``` Consistent brand tone, every time
Set your organization's voice profile once. Every generated narrative matches your style guide and investor expectations.
```json
// voice_profile.json
{
"tone": "confident-analytical",
"formal": true,
"avoid": ["jargon", "unverified claims"],
"investor_keywords": ["DEI", "SDG alignment", "additionality"]
}
``` Integrates with reporting pipelines
Connect to your existing reporting tools. Export narratives as formatted documents or push directly to impact dashboards.
```python
from impact_narrative import Client
client = Client(api_key=os.getenv("IMPACT_API_KEY"))
report = client.generate(
source_file="q3_outcomes.csv",
format="board_deck",
investor_style="B Corp Annual"
)
report.export(to="gsheet", tab="Narratives")
``` Common Questions
How accurate are the generated narratives?
Every narrative cites specific metrics from your input data. We don't hallucinate numbers. Claims are structured so you can verify each one against your source data before publishing. If a metric looks off, you can regenerate or edit that specific paragraph.
Will it invent事迹 or exaggerate impact?
No. Our model is constrained to stay within the bounds of what you provide. Out-of-range claims or unsubstantiated causality are flagged as warnings. You always review before export. This is not a replacement for honest impact measurement—it's a replacement for the hours spent translating data you already have into prose.
Can board members or investors verify the sources?
Yes. Each paragraph includes a data citation reference pointing to the source metric in your input file. Export formats include source attribution by default. If your organization needs full audit trails, we support structured output and metadata logging on all generations.
What data formats do you accept?
We accept CSV, Google Sheets (via integration), and JSON. If your data lives in an impact measurement platform, an API connection can be set up in under a day. Most users start with a CSV export from their existing tracking system.
Is our impact data kept private?
Yes. Data is encrypted in transit and at rest. Your outcome data is never used to train models shared with other organizations. Enterprise plans include dedicated processing with SLA-backed retention policies. SOC 2 Type II certification in progress for Q1 2025.
Ready to cut your reporting cycle?
Start with your first quarterly report. Import your metrics, set your voice, and see the narrative in under 10 minutes.