Skip to content

Document template · generic.csr.supplier_code_csr

Supplier Code of Conduct

  • Render-verified
  • Informational
  • Version 1.0.0

Buyer-issued Supplier Code of Conduct stating the CSR, human-rights, labour, health-and-safety, environmental, ethical and data-protection commitments required from suppliers. Grounded in the ILO Core Labour Conventions, the UN Guiding Principles on Business and Human Rights (UNGPs, 2011), the OECD Guidelines for Multinational Enterprises (2023 revision), REACH Reg. (EC) 1907/2006 and the Corporate Sustainability Due Diligence Directive (EU) 2024/1760 (CSDDD).

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 19 fields:

Field Required Type Description
issuer Required object
issuer.name Required string
issuer.legal_form Required string
issuer.registration_number Required string
issuer.address Required string
applicable_to Required string Scope description, e.g. 'all Tier-1 suppliers with annual spend ≥ €25 000 and all Tier-2 suppliers identified as high-risk under the buyer'…
effective_date Required date
version Optional string
commitments Required array
prohibited_practices Required array of string
reporting_expectations Required string
audit_rights Required string
remediation_process Required string
acknowledgement Required object
acknowledgement.supplier_name Required string
acknowledgement.signatory_name Required string
acknowledgement.signatory_role Required string
acknowledgement.date Required date
acknowledgement.place 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.csr.supplier_code_csr",
    "data": { ... },
    "options": {"language": "en"}
  }' -o supplier-code-csr.pdf

Frequently asked questions

What is “Supplier Code of Conduct”?

Buyer-issued Supplier Code of Conduct stating the CSR, human-rights, labour, health-and-safety, environmental, ethical and data-protection commitments required from suppliers. Grounded in the ILO Core Labour Conventions, the UN Guiding Principles on Business and Human Rights (UNGPs, 2011), the OECD Guidelines for Multinational Enterprises (2023 revision), REACH Reg. (EC) 1907/2006 and the Corporate Sustainability Due Diligence Directive (EU) 2024/1760 (CSDDD). On papii this document is available as template generic.csr.supplier_code_csr: 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.