Documentsjabloon · generic.governance.articles_of_association
Statuten van de vennootschap
- Rendering geverifieerd
- Juridisch gevoelig
- Versie 1.0.0
Corporate statutes / articles of association for a private limited company. Country-agnostic structure covering identification, purpose, share capital and classes, governance (board structure, quorum and majority rules), shareholder meetings, financial year, profit allocation and dissolution. Designed to fit the BE Code of Companies and Associations (WVV/CCA), the FR Code de commerce (L210-1 et seq. for SARL/SAS), the DE GmbHG and the NL Burgerlijk Wetboek Boek 2.
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 30 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| entity | Verplicht | object | |
| entity.proposed_name | Verplicht | string | |
| entity.legal_form | Verplicht | string | |
| entity.registered_office_country | Verplicht | string | |
| entity.registered_office_address | Verplicht | string | |
| entity.purpose_prose | Verplicht | string | |
| entity.duration_enum | Verplicht | enum | |
| entity.duration_years | Optioneel | integer | |
| capital | Verplicht | object | |
| capital.authorised_capital_amount | Verplicht | number | |
| capital.currency | Verplicht | string | |
| capital.share_classes | Verplicht | array | |
| governance | Verplicht | object | |
| governance.board_structure_enum | Verplicht | enum | |
| governance.number_of_directors_min | Verplicht | integer | |
| governance.number_of_directors_max | Verplicht | integer | |
| governance.director_term_years | Verplicht | integer | |
| governance.quorum_rules_prose | Verplicht | string | |
| governance.majority_rules_prose | Verplicht | string | |
| shareholder_meetings | Verplicht | object | |
| shareholder_meetings.annual_meeting_month | Verplicht | integer | |
| shareholder_meetings.notice_period_days | Verplicht | integer | |
| shareholder_meetings.quorum_pct | Verplicht | number | |
| shareholder_meetings.proxy_rules_prose | Verplicht | string | |
| financial_year | Verplicht | object | |
| financial_year.start_mm_dd | Verplicht | string | |
| financial_year.end_mm_dd | Verplicht | string | |
| profit_allocation_prose | Verplicht | string | |
| dissolution_prose | Verplicht | string | |
| governing_law | Verplicht | 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.governance.articles_of_association",
"data": { ... },
"options": {"language": "nl"}
}' -o articles-of-association.pdf Veelgestelde vragen
Wat is een “Statuten van de vennootschap”?
Corporate statutes / articles of association for a private limited company. Country-agnostic structure covering identification, purpose, share capital and classes, governance (board structure, quorum and majority rules), shareholder meetings, financial year, profit allocation and dissolution. Designed to fit the BE Code of Companies and Associations (WVV/CCA), the FR Code de commerce (L210-1 et seq. for SARL/SAS), the DE GmbHG and the NL Burgerlijk Wetboek Boek 2. Op papii is dit document beschikbaar als sjabloon generic.governance.articles_of_association: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “Statuten van de vennootschap” 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 “Statuten van de vennootschap” 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.