Documentsjabloon · generic.legal.loi
Intentieverklaring
- Rendering geverifieerd
- Juridisch gevoelig
- Versie 1.0.0
Letter of Intent (LOI) — typically mostly non-binding statement of a commercial deal's main terms, used to frame due diligence and negotiation of a definitive agreement. Usually binding only as to selected provisions (exclusivity, confidentiality, costs, governing law).
JSON Schema
Velden in dit sjabloon
Data die naar de API wordt gestuurd, wordt gevalideerd tegen het JSON-schema van het sjabloon vóór er iets wordt gerenderd. Dit sjabloon definieert 26 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| reference | Optioneel | string | |
| parties | Verplicht | array of object | |
| parties[].role | Verplicht | string | E.g. 'Buyer', 'Seller', 'Lessee', 'Lessor', 'Investor', 'Target'. |
| parties[].legal_name | Verplicht | string | |
| parties[].address | Verplicht | string | |
| parties[].registration_number | Optioneel | string | |
| parties[].representative_name | Verplicht | string | |
| parties[].representative_role | Optioneel | string | |
| date | Verplicht | date | |
| subject_matter | Verplicht | string | Plain-language description of the transaction being contemplated. |
| key_commercial_terms | Verplicht | string | Price, structure, indicative timeline, conditions — prose. |
| exclusivity_period_optional | Optioneel | object | |
| exclusivity_period_optional.days | Verplicht | integer | |
| exclusivity_period_optional.scope | Verplicht | string | Whose solicitations are restricted, and over what activities. |
| due_diligence_period_optional | Optioneel | object | |
| due_diligence_period_optional.days | Verplicht | integer | |
| due_diligence_period_optional.access_terms_summary | Verplicht | string | How the investigating party accesses the other party's information, the data-room logistics, and what cooperation is required. |
| definitive_agreement_target_date | Verplicht | date | |
| binding_provisions | Verplicht | array of string | |
| non_binding_disclaimer | Verplicht | string | Explicit statement that, save for the listed binding provisions, the LOI does not create an obligation to conclude the transaction. |
| signatories | Verplicht | array of object | |
| signatories[].party_legal_name | Verplicht | string | |
| signatories[].name | Verplicht | string | |
| signatories[].role | Verplicht | string | |
| signatories[].date | Optioneel | date | |
| signatories[].place | Optioneel | string |
POST /render
Genereer het
Eén POST /render-oproep: stuur je JSON, ontvang de afgewerkte PDF. Of sla de JSON over en beschrijf het document in gewone taal op 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.legal.loi",
"data": { ... },
"options": {"language": "nl"}
}' -o loi.pdf Veelgestelde vragen
Wat is een “Intentieverklaring”?
Letter of Intent (LOI) — typically mostly non-binding statement of a commercial deal's main terms, used to frame due diligence and negotiation of a definitive agreement. Usually binding only as to selected provisions (exclusivity, confidentiality, costs, governing law). Op papii is dit document beschikbaar als sjabloon generic.legal.loi: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “Intentieverklaring” genereren met AI?
Ja. chut.app — de AI-backoffice aangedreven door papii — vult dit sjabloon in op basis van een beschrijving in gewone taal: jij beschrijft het document in één zin, de AI structureert de data, papii valideert die tegen het schema en rendert de PDF. Ontwikkelaars kunnen de papii-API ook rechtstreeks aanroepen met gestructureerde JSON.
Is het sjabloon “Intentieverklaring” juridisch conform?
Dit sjabloon heeft een geverifieerde rendering: het schema, de voorbeelddata en de PDF-uitvoer worden bij elke release automatisch getest. Het is gepubliceerd met status “ready”, wat betekent dat het de finale juridische review van papii nog niet heeft doorlopen. Waar het naar specifieke wetgeving verwijst, staat dat vermeld in de sjabloonbeschrijving — laat documenten met juridische gevolgen altijd door een professional nakijken voor je erop vertrouwt.