Modèle de document · generic.customer.training_certificate
Customer Training Certificate
- Rendu vérifié
- 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
Champs de ce modèle
Les données envoyées à l'API sont validées par le schéma JSON du modèle avant tout rendu. Ce modèle définit 19 champs :
| Champ | Obligatoire | Type | Description |
|---|---|---|---|
| issuing_vendor | Obligatoire | object | |
| issuing_vendor.name | Obligatoire | string | |
| issuing_vendor.logo_placeholder_optional | Optionnel | string | Literal placeholder string for logo (actual logo bytes handled outside this schema). |
| customer_organisation | Obligatoire | string | |
| participant | Obligatoire | object | |
| participant.name | Obligatoire | string | |
| participant.role | Obligatoire | string | |
| training | Obligatoire | object | |
| training.title | Obligatoire | string | |
| training.description | Obligatoire | string | |
| training.completion_date | Obligatoire | date | |
| training.duration_hours | Obligatoire | number | |
| training.credential_id | Obligatoire | string | |
| training.verification_url_optional | Optionnel | string | |
| training.cpd_credits_optional | Optionnel | number | |
| vendor_signatory | Obligatoire | object | |
| vendor_signatory.name | Obligatoire | string | |
| vendor_signatory.title | Obligatoire | string | |
| date | Obligatoire | date |
POST /render
Générez-le
Un seul appel POST /render : envoyez votre JSON, recevez le PDF final. Ou passez-vous du JSON et décrivez le document en langage naturel sur 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.customer.training_certificate",
"data": { ... },
"options": {"language": "fr"}
}' -o training-certificate.pdf Questions fréquentes
Qu'est-ce qu'un « 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. Sur papii, ce document est disponible sous forme du modèle generic.customer.training_certificate : un schéma JSON associé à un rendu PDF déterministe — les mêmes données produisent toujours le même document.
Puis-je générer un « Customer Training Certificate » avec l'IA ?
Oui. chut.app — le back-office IA propulsé par papii — remplit ce modèle à partir d'une description en langage naturel : vous décrivez le document en une phrase, l'IA structure les données, papii les valide contre le schéma et génère le PDF. Les développeurs peuvent aussi appeler directement l'API papii avec du JSON structuré.
Le modèle « Customer Training Certificate » est-il conforme juridiquement ?
Ce modèle est au rendu vérifié : son schéma, ses données d'exemple et sa sortie PDF sont testés automatiquement à chaque version. Il est publié avec le statut « ready », ce qui signifie qu'il n'a pas encore passé la revue juridique finale de papii. Lorsqu'il fait référence à une législation précise, celle-ci est indiquée dans la description du modèle — faites toujours vérifier par un professionnel les documents à portée juridique avant de vous y fier.