Skip to content

Document Generation API

Describe it. Get a PDF.

Type what you need in plain language. Our API generates professional invoices, payslips, balance sheets, and more. EU-hosted. Free to start.

Try the live demo API docs

6

templates

<2s

render time

EU

hosted

Free

to start

How it works

01

Describe

Type what you need in plain language. Our AI converts it to structured data.

02

Render

Data is validated against the template schema and rendered with LaTeX.

03

Download

Get a professional PDF in under 2 seconds. Embed or download.

Templates

Belgian accounting pack — more coming soon

Invoice / Facture / Factuurbe.accounting.invoice
Credit Note / Note de créditbe.accounting.credit_note
Payslip / Fiche de paiebe.accounting.payslip
Balance Sheet / Bilanbe.accounting.balance_sheet
P&L / Compte de résultatsbe.accounting.pnl_statement
Dunning / Rappel / Herinneringbe.accounting.dunning_reminder

For developers

The API works with structured JSON. No AI needed — send data, get PDFs.

curl
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