Modèle de document · eu.ai_act.ai_risk_assessment
AI Risk Assessment (Art. 9 AI Act)
- Rendu vérifié
- Document officiel
- Version 1.0.0
Record of the continuous, iterative risk management system for a high-risk AI system, established, implemented, documented and maintained by the provider under Article 9 of Regulation (EU) 2024/1689 (AI Act). Captures identification and analysis of known and reasonably foreseeable risks (Art. 9(2)(a)), estimation and evaluation of risks that may emerge when the system is used in accordance with its intended purpose and under conditions of reasonably foreseeable misuse, adoption of appropriate and targeted risk-management measures (Art. 9(5)), testing evidence (Art. 9(6)-(8)), and post-market monitoring feedback (Art. 72). The system record is reviewed and updated regularly throughout the lifecycle of the AI system.
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 43 champs :
| Champ | Obligatoire | Type | Description |
|---|---|---|---|
| system | Obligatoire | object | Identification of the AI system being assessed (cross-reference to the Annex IV technical documentation). |
| system.name | Obligatoire | string | |
| system.version | Obligatoire | string | |
| system.provider | Obligatoire | string | |
| system.high_risk_category | Obligatoire | enum | Annex III high-risk category under which the system is classified. Must match the classification declared in the sibling AI system technica… |
| assessment | Obligatoire | object | Metadata for this iteration of the Art. 9 risk management record. |
| assessment.reference | Obligatoire | string | |
| assessment.assessment_date | Obligatoire | date | |
| assessment.version | Obligatoire | string | |
| assessment.methodology | Obligatoire | string | Prose description of the methodology used to identify, estimate and evaluate risks (Art. 9(2)). |
| assessment.next_review | Obligatoire | date | |
| intended_purpose | Obligatoire | string | Description of the intended purpose of the AI system, as required by Art. 9(2)(a). |
| reasonably_foreseeable_misuse | Obligatoire | string | Description of reasonably foreseeable misuse (Art. 3(13), Art. 9(2)(b)). |
| identified_risks | Obligatoire | array of object | Known and reasonably foreseeable risks that the AI system can pose to health, safety or fundamental rights (Art. 9(2)(a)). |
| identified_risks[].id | Obligatoire | string | |
| identified_risks[].category | Obligatoire | enum | |
| identified_risks[].description | Obligatoire | string | |
| identified_risks[].who_affected | Obligatoire | array of string | Stakeholder groups affected by the risk. |
| identified_risks[].likelihood | Obligatoire | enum | |
| identified_risks[].severity | Obligatoire | enum | |
| identified_risks[].impact | Obligatoire | string | |
| mitigations | Obligatoire | array of object | Appropriate and targeted risk-management measures adopted for each identified risk (Art. 9(5)). Keyed by risk_id. |
| mitigations[].risk_id | Obligatoire | string | |
| mitigations[].measures | Obligatoire | array of string | |
| mitigations[].residual_likelihood | Obligatoire | enum | |
| mitigations[].residual_severity | Obligatoire | enum | |
| mitigations[].owner | Obligatoire | string | |
| testing_evidence | Optionnel | array of object | Testing evidence demonstrating that the risk-management measures have the intended effect (Art. 9(6)-(8)). |
| testing_evidence[].test_name | Obligatoire | string | |
| testing_evidence[].result | Obligatoire | string |
+13 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_risk_assessment",
"data": { ... },
"options": {"language": "fr"}
}' -o ai-risk-assessment.pdf Questions fréquentes
Qu'est-ce qu'un « AI Risk Assessment (Art. 9 AI Act) » ?
Record of the continuous, iterative risk management system for a high-risk AI system, established, implemented, documented and maintained by the provider under Article 9 of Regulation (EU) 2024/1689 (AI Act). Captures identification and analysis of known and reasonably foreseeable risks (Art. 9(2)(a)), estimation and evaluation of risks that may emerge when the system is used in accordance with its intended purpose and under conditions of reasonably foreseeable misuse, adoption of appropriate and targeted risk-management measures (Art. 9(5)), testing evidence (Art. 9(6)-(8)), and post-market monitoring feedback (Art. 72). The system record is reviewed and updated regularly throughout the lifecycle of the AI system. Sur papii, ce document est disponible sous forme du modèle eu.ai_act.ai_risk_assessment : 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 « AI Risk Assessment (Art. 9 AI Act) » 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 « AI Risk Assessment (Art. 9 AI Act) » 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.