Documentsjabloon · generic.legal.mou
Intentieprotocol
- Rendering geverifieerd
- Juridisch gevoelig
- Versie 1.0.0
Memorandum of Understanding — typically non-binding expression of strategic intent to cooperate between two or more organisations. Distinct from an LOI (which usually precedes a transaction) in that the MOU is often the endpoint in itself (partnership, internship pipeline, public-private collaboration).
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 29 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| reference | Optioneel | string | |
| parties | Verplicht | array of object | |
| parties[].legal_name | Verplicht | string | |
| parties[].organisation_type | Optioneel | string | E.g. 'SME', 'NGO', 'public agency', 'vocational school'. |
| parties[].address | Verplicht | string | |
| parties[].registration_number | Optioneel | string | |
| parties[].representative_name | Verplicht | string | |
| parties[].representative_role | Optioneel | string | |
| parties[].contact_email | Optioneel | string | |
| effective_date | Verplicht | date | |
| purpose | Verplicht | string | |
| areas_of_collaboration | Verplicht | array of string | |
| roles_and_responsibilities | Verplicht | array of object | |
| roles_and_responsibilities[].party | Verplicht | string | Short name of the party (matches parties[].legal_name or short form). |
| roles_and_responsibilities[].responsibility | Verplicht | string | |
| duration | Verplicht | string | E.g. '3 years, renewable by tacit agreement' or 'until 2028-12-31 unless terminated earlier'. |
| governance | Verplicht | object | |
| governance.joint_committee_boolean | Verplicht | boolean | |
| governance.meeting_cadence_optional | Optioneel | string | |
| governance.contacts_optional | Optioneel | array of object | |
| confidentiality_reference | Optioneel | string | |
| binding_provisions | Verplicht | array of string | |
| non_binding_disclaimer | Verplicht | string | |
| 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.mou",
"data": { ... },
"options": {"language": "nl"}
}' -o mou.pdf Veelgestelde vragen
Wat is een “Intentieprotocol”?
Memorandum of Understanding — typically non-binding expression of strategic intent to cooperate between two or more organisations. Distinct from an LOI (which usually precedes a transaction) in that the MOU is often the endpoint in itself (partnership, internship pipeline, public-private collaboration). Op papii is dit document beschikbaar als sjabloon generic.legal.mou: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “Intentieprotocol” 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 “Intentieprotocol” 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.