Document template · generic.customer.csat_report
CSAT Report
- Render-verified
- Commercial
- Version 1.0.0
Periodic Customer Satisfaction (CSAT) report, typically produced by a vendor's Customer Success team. Captures respondent counts and response rate, the average score on the chosen scale (0-5 or 0-10), the score distribution, positive and negative themes, anonymised verbatim samples, an action plan and the report's author. Follows ISO/IEC 20000-1:2018 and CXPA voice-of-customer reporting practice; no statutory source.
JSON Schema
Fields in this template
Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 27 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| vendor | Required | object | |
| vendor.name | Required | string | |
| vendor.address | Required | string | |
| vendor.contact_email | Required | string | |
| period | Required | object | |
| period.start | Required | date | |
| period.end | Required | date | |
| period.label | Required | string | Human-readable period label, e.g. 'Q1 2026'. |
| respondents_total | Required | integer | |
| response_rate_pct | Required | number | |
| average_score | Required | number | |
| score_scale | Required | enum | |
| distribution | Required | array of object | |
| distribution[].bucket | Required | string | Label of the bucket, e.g. '5 (excellent)' or '1-2'. |
| distribution[].count | Required | integer | |
| distribution[].pct | Required | number | |
| top_themes_positive | Required | array of string | |
| top_themes_negative | Required | array of string | |
| verbatim_samples | Required | array of object | |
| verbatim_samples[].rating | Required | number | |
| verbatim_samples[].quote | Required | string | |
| verbatim_samples[].anonymised_role | Required | string | |
| action_plan | Required | array of string | |
| report_author | Required | object | |
| report_author.name | Required | string | |
| report_author.title | Required | string | |
| report_author.date | Required | date |
POST /render
Generate it
One POST /render call: send your JSON, get the finished PDF back. Or skip the JSON entirely and describe the document in plain language on chut.app.
curl -X POST https://api.papii.eu/render \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "generic.customer.csat_report",
"data": { ... },
"options": {"language": "en"}
}' -o csat-report.pdf Frequently asked questions
What is “CSAT Report”?
Periodic Customer Satisfaction (CSAT) report, typically produced by a vendor's Customer Success team. Captures respondent counts and response rate, the average score on the chosen scale (0-5 or 0-10), the score distribution, positive and negative themes, anonymised verbatim samples, an action plan and the report's author. Follows ISO/IEC 20000-1:2018 and CXPA voice-of-customer reporting practice; no statutory source. On papii this document is available as template generic.customer.csat_report: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a CSAT Report with AI?
Yes. chut.app — the AI back office papii powers — fills this template from a plain-language description: you describe the document in one sentence, the AI structures the data, papii validates it against the schema and renders the PDF. Developers can also call the papii API directly with structured JSON.
Is the CSAT Report template legally compliant?
This template is render-verified: its schema, sample data and PDF output are automatically tested on every release. It is published with status “ready”, meaning it has not yet been through papii’s final legal review. Where it references specific legislation, that is stated in the template description — always have a professional check documents with legal effect before relying on them.