Skip to content

Documentsjabloon · generic.customer.training_certificate

Customer Training Certificate

  • Rendering geverifieerd
  • Commercieel
  • Versie 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

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

Veld Verplicht Type Beschrijving
issuing_vendor Verplicht object
issuing_vendor.name Verplicht string
issuing_vendor.logo_placeholder_optional Optioneel string Literal placeholder string for logo (actual logo bytes handled outside this schema).
customer_organisation Verplicht string
participant Verplicht object
participant.name Verplicht string
participant.role Verplicht string
training Verplicht object
training.title Verplicht string
training.description Verplicht string
training.completion_date Verplicht date
training.duration_hours Verplicht number
training.credential_id Verplicht string
training.verification_url_optional Optioneel string
training.cpd_credits_optional Optioneel number
vendor_signatory Verplicht object
vendor_signatory.name Verplicht string
vendor_signatory.title Verplicht string
date Verplicht date

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
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": "nl"}
  }' -o training-certificate.pdf

Veelgestelde vragen

Wat is een “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. Op papii is dit document beschikbaar als sjabloon generic.customer.training_certificate: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.

Kan ik een “Customer Training Certificate” 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 “Customer Training Certificate” 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.