Document template · generic.procurement.supplier_code_of_conduct
Supplier Code of Conduct
- Render-verified
- Legal-sensitive
- Version 1.0.0
Code of conduct that suppliers acknowledge and sign as part of onboarding and renewal. Aligned with the ILO Declaration on Fundamental Principles and Rights at Work (1998, revised 2022), the UN Guiding Principles on Business and Human Rights (2011), the OECD Guidelines for Multinational Enterprises (2023 edition), Directive (EU) 2024/1760 on corporate sustainability due diligence (CSDDD), Reg. (EU) 2017/821 on conflict minerals and Reg. (EU) 2023/1115 on deforestation-free products.
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 8 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| issuer | Required | object | |
| applicable_to | Required | string | |
| themes | Required | array | |
| prohibited_practices | Required | array of string | |
| reporting_mechanism | Required | object | |
| audit_rights | Required | string | |
| sanctions_for_breach | Required | string | |
| signatory_block | Required | object |
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.procurement.supplier_code_of_conduct",
"data": { ... },
"options": {"language": "en"}
}' -o supplier-code-of-conduct.pdf Frequently asked questions
What is “Supplier Code of Conduct”?
Code of conduct that suppliers acknowledge and sign as part of onboarding and renewal. Aligned with the ILO Declaration on Fundamental Principles and Rights at Work (1998, revised 2022), the UN Guiding Principles on Business and Human Rights (2011), the OECD Guidelines for Multinational Enterprises (2023 edition), Directive (EU) 2024/1760 on corporate sustainability due diligence (CSDDD), Reg. (EU) 2017/821 on conflict minerals and Reg. (EU) 2023/1115 on deforestation-free products. On papii this document is available as template generic.procurement.supplier_code_of_conduct: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a Supplier Code of Conduct 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 Supplier Code of Conduct 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.