Modèle de document · eu.ai_act.ai_system_documentation
Documentation technique du système d'IA (Annexe IV)
- Rendu vérifié
- Document officiel
- Version 1.0.0
Technical documentation for a high-risk AI system, drawn up and kept up-to-date by the provider before placing the system on the market or putting it into service under Art. 11 and Annex IV of Regulation (EU) 2024/1689 (AI Act). This PDF is the human-readable summary of the underlying technical file; source artefacts (model cards, training logs, test datasets) are referenced, not inlined.
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 53 champs :
| Champ | Obligatoire | Type | Description |
|---|---|---|---|
| reference | Optionnel | string | |
| document_date | Optionnel | date | |
| provider | Obligatoire | object | Provider of the high-risk AI system (Art. 3(3), Art. 16 AI Act). |
| provider.name | Obligatoire | string | |
| provider.address | Obligatoire | string | |
| provider.contact_email | Obligatoire | string | |
| provider.authorised_representative | Optionnel | object | Authorised representative established in the Union (Art. 22 AI Act), where the provider is established in a third country. |
| system | Obligatoire | object | General description of the AI system (Annex IV §1). |
| system.name | Obligatoire | string | |
| system.version | Obligatoire | string | |
| system.intended_purpose | Obligatoire | string | |
| system.high_risk_category | Obligatoire | enum | Annex III high-risk category under which the system is classified. |
| system.description_of_hardware_software | Obligatoire | string | |
| system.integration_context | Obligatoire | string | |
| ce_marking | Obligatoire | object | CE marking and conformity assessment route (Art. 43, Art. 48 AI Act). |
| ce_marking.applicable | Obligatoire | boolean | |
| ce_marking.conformity_assessment_route | Obligatoire | enum | |
| ce_marking.notified_body | Optionnel | string | |
| ce_marking.notified_body_number | Optionnel | string | |
| design | Obligatoire | object | Design specifications of the system (Annex IV §2). |
| design.optimisation_objectives | Obligatoire | array of string | |
| design.key_design_choices | Obligatoire | array of string | |
| design.relevance_of_input_data | Obligatoire | string | |
| data_governance | Obligatoire | object | Data and data governance measures (Art. 10 AI Act, Annex IV §2(d)). |
| data_governance.training_data_summary | Obligatoire | string | |
| data_governance.validation_data_summary | Obligatoire | string | |
| data_governance.test_data_summary | Obligatoire | string | |
| data_governance.data_categories | Obligatoire | array of string | |
| data_governance.bias_mitigation_measures | Obligatoire | array of string | |
| data_governance.data_provenance | Obligatoire | array of string |
+23 champs supplémentaires — le schéma JSON complet est disponible dans le tableau de bord et via l'API.
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": "eu.ai_act.ai_system_documentation",
"data": { ... },
"options": {"language": "fr"}
}' -o ai-system-documentation.pdf Questions fréquentes
Qu'est-ce qu'un « Documentation technique du système d'IA (Annexe IV) » ?
Technical documentation for a high-risk AI system, drawn up and kept up-to-date by the provider before placing the system on the market or putting it into service under Art. 11 and Annex IV of Regulation (EU) 2024/1689 (AI Act). This PDF is the human-readable summary of the underlying technical file; source artefacts (model cards, training logs, test datasets) are referenced, not inlined. Sur papii, ce document est disponible sous forme du modèle eu.ai_act.ai_system_documentation : 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 « Documentation technique du système d'IA (Annexe IV) » 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 « Documentation technique du système d'IA (Annexe IV) » 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.