Skip to content

Document template · generic.governance.articles_of_association

Articles of Association

  • Render-verified
  • Legal-sensitive
  • Version 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

Fields in this template

Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 30 fields:

Field Required Type Description
entity Required object
entity.proposed_name Required string
entity.legal_form Required string
entity.registered_office_country Required string
entity.registered_office_address Required string
entity.purpose_prose Required string
entity.duration_enum Required enum
entity.duration_years Optional integer
capital Required object
capital.authorised_capital_amount Required number
capital.currency Required string
capital.share_classes Required array
governance Required object
governance.board_structure_enum Required enum
governance.number_of_directors_min Required integer
governance.number_of_directors_max Required integer
governance.director_term_years Required integer
governance.quorum_rules_prose Required string
governance.majority_rules_prose Required string
shareholder_meetings Required object
shareholder_meetings.annual_meeting_month Required integer
shareholder_meetings.notice_period_days Required integer
shareholder_meetings.quorum_pct Required number
shareholder_meetings.proxy_rules_prose Required string
financial_year Required object
financial_year.start_mm_dd Required string
financial_year.end_mm_dd Required string
profit_allocation_prose Required string
dissolution_prose Required string
governing_law Required 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
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": "en"}
  }' -o articles-of-association.pdf

Frequently asked questions

What is “Articles of Association”?

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. On papii this document is available as template generic.governance.articles_of_association: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Articles of Association 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 Articles of Association 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.