Document Generation API
Type what you need in plain language. Our API generates professional invoices, payslips, balance sheets, and more. EU-hosted. Free to start.
6
templates
<2s
render time
EU
hosted
Free
to start
Type what you need in plain language. Our AI converts it to structured data.
Data is validated against the template schema and rendered with LaTeX.
Get a professional PDF in under 2 seconds. Embed or download.
Belgian accounting pack — more coming soon
be.accounting.invoicebe.accounting.credit_notebe.accounting.payslipbe.accounting.balance_sheetbe.accounting.pnl_statementbe.accounting.dunning_reminderThe API works with structured JSON. No AI needed — send data, get PDFs.
curl -X POST https://doc.chut.me/render \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "be.accounting.invoice",
"data": { ... },
"options": {"language": "fr"}
}' -o invoice.pdf