Skip to content

Document template · generic.customer.training_certificate

Customer Training Certificate

  • Render-verified
  • Commercial
  • Version 1.0.0

Customer-facing training certificate awarded by a vendor to a named end user of a customer organisation. Distinct from the internal L&D credential at generic.training.certification: this certificate is issued by the vendor as the training authority for its own platform or product. Captures the issuing vendor, customer organisation, participant identity, training metadata (title, completion date, duration, credential ID, verification URL, optional CPD credits) and the vendor signatory. Non-regulated commercial document.

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
issuing_vendor Required object
issuing_vendor.name Required string
issuing_vendor.logo_placeholder_optional Optional string Literal placeholder string for logo (actual logo bytes handled outside this schema).
customer_organisation Required string
participant Required object
participant.name Required string
participant.role Required string
training Required object
training.title Required string
training.description Required string
training.completion_date Required date
training.duration_hours Required number
training.credential_id Required string
training.verification_url_optional Optional string
training.cpd_credits_optional Optional number
vendor_signatory Required object
vendor_signatory.name Required string
vendor_signatory.title Required string
date Required date

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.customer.training_certificate",
    "data": { ... },
    "options": {"language": "en"}
  }' -o training-certificate.pdf

Frequently asked questions

What is “Customer Training Certificate”?

Customer-facing training certificate awarded by a vendor to a named end user of a customer organisation. Distinct from the internal L&D credential at generic.training.certification: this certificate is issued by the vendor as the training authority for its own platform or product. Captures the issuing vendor, customer organisation, participant identity, training metadata (title, completion date, duration, credential ID, verification URL, optional CPD credits) and the vendor signatory. Non-regulated commercial document. On papii this document is available as template generic.customer.training_certificate: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Customer Training Certificate 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 Customer Training Certificate 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.