Document template · generic.governance.power_of_attorney
Power of Attorney
- Render-verified
- Legal-sensitive
- Version 1.0.0
General or limited power of attorney (mandate) granted by a grantor to an attorney-in-fact (mandatary). Country-agnostic structure compatible with BE Civil Code arts. 1984–2010 (mandat), FR Code civil arts. 1984–2010, DE BGB §§164–181 (Vollmacht) and NL BW Boek 3 art. 3:60 et seq. (volmacht).
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 16 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| grantor | Required | object | |
| attorney | Required | object | |
| scope_type | Required | enum | |
| powers_granted | Required | array of string | |
| restrictions | Optional | array of string | |
| effective_date | Required | date | |
| expiry | Optional | object | |
| expiry.expiry_date | Optional | date | |
| expiry.expiry_event | Optional | string | |
| substitution_allowed | Required | boolean | |
| compensation | Required | object | |
| compensation.type | Required | enum | |
| compensation.fee_structure_prose | Optional | string | |
| governing_law | Required | string | |
| notarisation_required | Required | boolean | |
| signatories | Required | array |
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.governance.power_of_attorney",
"data": { ... },
"options": {"language": "en"}
}' -o power-of-attorney.pdf Frequently asked questions
What is “Power of Attorney”?
General or limited power of attorney (mandate) granted by a grantor to an attorney-in-fact (mandatary). Country-agnostic structure compatible with BE Civil Code arts. 1984–2010 (mandat), FR Code civil arts. 1984–2010, DE BGB §§164–181 (Vollmacht) and NL BW Boek 3 art. 3:60 et seq. (volmacht). On papii this document is available as template generic.governance.power_of_attorney: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a Power of Attorney 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 Power of Attorney 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.