Document template · generic.legal.mou
Memorandum of Understanding
- Render-verified
- Legal-sensitive
- Version 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
Fields in this template
Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 29 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| reference | Optional | string | |
| parties | Required | array of object | |
| parties[].legal_name | Required | string | |
| parties[].organisation_type | Optional | string | E.g. 'SME', 'NGO', 'public agency', 'vocational school'. |
| parties[].address | Required | string | |
| parties[].registration_number | Optional | string | |
| parties[].representative_name | Required | string | |
| parties[].representative_role | Optional | string | |
| parties[].contact_email | Optional | string | |
| effective_date | Required | date | |
| purpose | Required | string | |
| areas_of_collaboration | Required | array of string | |
| roles_and_responsibilities | Required | array of object | |
| roles_and_responsibilities[].party | Required | string | Short name of the party (matches parties[].legal_name or short form). |
| roles_and_responsibilities[].responsibility | Required | string | |
| duration | Required | string | E.g. '3 years, renewable by tacit agreement' or 'until 2028-12-31 unless terminated earlier'. |
| governance | Required | object | |
| governance.joint_committee_boolean | Required | boolean | |
| governance.meeting_cadence_optional | Optional | string | |
| governance.contacts_optional | Optional | array of object | |
| confidentiality_reference | Optional | string | |
| binding_provisions | Required | array of string | |
| non_binding_disclaimer | Required | string | |
| signatories | Required | array of object | |
| signatories[].party_legal_name | Required | string | |
| signatories[].name | Required | string | |
| signatories[].role | Required | string | |
| signatories[].date | Optional | date | |
| signatories[].place | Optional | string |
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 -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": "en"}
}' -o mou.pdf Frequently asked questions
What is “Memorandum of Understanding”?
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). On papii this document is available as template generic.legal.mou: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a Memorandum of Understanding 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 Memorandum of Understanding 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.