Skip to content

Document template · generic.insurance.claim_form

Insurance Claim Form

  • Render-verified
  • Commercial
  • Version 1.0.0

Notification of loss from policyholder to insurer. Generic first-notice-of-loss (FNOL) structure covering property, bodily-injury, third-party liability and business-interruption claims. Aligns with Art. 72 Solvency II (Dir. 2009/138/EC) policyholder duty of disclosure and national insurance-contract acts (e.g. BE Loi 04.04.2014 art. 74).

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 32 fields:

Field Required Type Description
policy_holder Required object
policy_holder.name Required string
policy_holder.address Required string
policy_holder.email Required string
policy_holder.phone Required string
policy_holder.policy_number Required string
insurer Required object
insurer.name Required string
insurer.address Required string
insurer.claims_email Required string
incident Required object
incident.date Required date
incident.time Optional string
incident.location Required string
incident.description Required string
incident.cause Required string
incident.witnesses Optional array of object
damages Required array of object
damages[].category Required enum
damages[].description Required string
damages[].estimated_value Required string
damages[].currency Required string
police_report Optional object
police_report.reference Required string
police_report.date Required date
police_report.station Required string
declaration Required string
signatory Required object
signatory.name Required string
signatory.role Required string

+2 more fields — the full JSON Schema is available in the dashboard and via the API.

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
curl -X POST https://api.papii.eu/render \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "generic.insurance.claim_form",
    "data": { ... },
    "options": {"language": "en"}
  }' -o claim-form.pdf

Frequently asked questions

What is “Insurance Claim Form”?

Notification of loss from policyholder to insurer. Generic first-notice-of-loss (FNOL) structure covering property, bodily-injury, third-party liability and business-interruption claims. Aligns with Art. 72 Solvency II (Dir. 2009/138/EC) policyholder duty of disclosure and national insurance-contract acts (e.g. BE Loi 04.04.2014 art. 74). On papii this document is available as template generic.insurance.claim_form: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Insurance Claim Form 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 Insurance Claim Form 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.