Documentsjabloon · eu.ai_act.ai_risk_assessment
AI Risk Assessment (Art. 9 AI Act)
- Rendering geverifieerd
- Officieel document
- Versie 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
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 43 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| system | Verplicht | object | Identification of the AI system being assessed (cross-reference to the Annex IV technical documentation). |
| system.name | Verplicht | string | |
| system.version | Verplicht | string | |
| system.provider | Verplicht | string | |
| system.high_risk_category | Verplicht | enum | Annex III high-risk category under which the system is classified. Must match the classification declared in the sibling AI system technica… |
| assessment | Verplicht | object | Metadata for this iteration of the Art. 9 risk management record. |
| assessment.reference | Verplicht | string | |
| assessment.assessment_date | Verplicht | date | |
| assessment.version | Verplicht | string | |
| assessment.methodology | Verplicht | string | Prose description of the methodology used to identify, estimate and evaluate risks (Art. 9(2)). |
| assessment.next_review | Verplicht | date | |
| intended_purpose | Verplicht | string | Description of the intended purpose of the AI system, as required by Art. 9(2)(a). |
| reasonably_foreseeable_misuse | Verplicht | string | Description of reasonably foreseeable misuse (Art. 3(13), Art. 9(2)(b)). |
| identified_risks | Verplicht | 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 | Verplicht | string | |
| identified_risks[].category | Verplicht | enum | |
| identified_risks[].description | Verplicht | string | |
| identified_risks[].who_affected | Verplicht | array of string | Stakeholder groups affected by the risk. |
| identified_risks[].likelihood | Verplicht | enum | |
| identified_risks[].severity | Verplicht | enum | |
| identified_risks[].impact | Verplicht | string | |
| mitigations | Verplicht | array of object | Appropriate and targeted risk-management measures adopted for each identified risk (Art. 9(5)). Keyed by risk_id. |
| mitigations[].risk_id | Verplicht | string | |
| mitigations[].measures | Verplicht | array of string | |
| mitigations[].residual_likelihood | Verplicht | enum | |
| mitigations[].residual_severity | Verplicht | enum | |
| mitigations[].owner | Verplicht | string | |
| testing_evidence | Optioneel | array of object | Testing evidence demonstrating that the risk-management measures have the intended effect (Art. 9(6)-(8)). |
| testing_evidence[].test_name | Verplicht | string | |
| testing_evidence[].result | Verplicht | string |
+13 extra velden — het volledige JSON-schema is beschikbaar in het dashboard en via de API.
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 -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": "nl"}
}' -o ai-risk-assessment.pdf Veelgestelde vragen
Wat is een “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. Op papii is dit document beschikbaar als sjabloon eu.ai_act.ai_risk_assessment: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “AI Risk Assessment (Art. 9 AI Act)” 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 “AI Risk Assessment (Art. 9 AI Act)” 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.