Modèle de document · generic.training.certification
Certificat de réussite
- Rendu vérifié
- Informatif
- Version 1.0.0
Awardable certificate of completion for a training course. Not a statutory award; suitable as an internal L&D credential or as an attendance certificate for mandatory training (e.g. GDPR awareness per Art. 39 GDPR, occupational safety per Directive 89/391/EEC). Structure supports open-badge style metadata (credential_id, verification URL, expiry, CPD credits) commonly used by CPD bodies and learning-management systems.
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 24 champs :
| Champ | Obligatoire | Type | Description |
|---|---|---|---|
| issuing_entity | Obligatoire | object | |
| issuing_entity.name | Obligatoire | string | |
| issuing_entity.logo_placeholder_optional | Optionnel | string | Literal placeholder string for logo (actual logo bytes handled outside this schema). |
| issuing_entity.authorizing_signatory_name | Obligatoire | string | |
| issuing_entity.authorizing_signatory_title | Obligatoire | string | |
| participant | Obligatoire | object | |
| participant.name | Obligatoire | string | |
| participant.employee_id_optional | Optionnel | string | |
| training | Obligatoire | object | |
| training.title | Obligatoire | string | |
| training.description_optional | Optionnel | string | |
| training.delivery_format | Obligatoire | enum | |
| training.duration_hours | Obligatoire | number | |
| training.completion_date | Obligatoire | date | |
| training.issuing_organization_if_different | Optionnel | string | |
| credential_id | Obligatoire | string | |
| verification_url_optional | Optionnel | string | |
| expiry_date_optional | Optionnel | date | |
| cpd_credits_optional | Optionnel | number | |
| signatory | Obligatoire | object | |
| signatory.name | Obligatoire | string | |
| signatory.title | Obligatoire | string | |
| signatory.date | Obligatoire | date | |
| seal_placeholder | Obligatoire | string | Literal placeholder string rendered where an embossed/official seal would be placed. |
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.training.certification",
"data": { ... },
"options": {"language": "fr"}
}' -o certification.pdf Questions fréquentes
Qu'est-ce qu'un « Certificat de réussite » ?
Awardable certificate of completion for a training course. Not a statutory award; suitable as an internal L&D credential or as an attendance certificate for mandatory training (e.g. GDPR awareness per Art. 39 GDPR, occupational safety per Directive 89/391/EEC). Structure supports open-badge style metadata (credential_id, verification URL, expiry, CPD credits) commonly used by CPD bodies and learning-management systems. Sur papii, ce document est disponible sous forme du modèle generic.training.certification : 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 « Certificat de réussite » 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 « Certificat de réussite » 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.