Documentsjabloon · eu.ai_act.ai_system_documentation
Technische documentatie AI-systeem (Bijlage IV)
- Rendering geverifieerd
- Officieel document
- Versie 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
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 53 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| reference | Optioneel | string | |
| document_date | Optioneel | date | |
| provider | Verplicht | object | Provider of the high-risk AI system (Art. 3(3), Art. 16 AI Act). |
| provider.name | Verplicht | string | |
| provider.address | Verplicht | string | |
| provider.contact_email | Verplicht | string | |
| provider.authorised_representative | Optioneel | object | Authorised representative established in the Union (Art. 22 AI Act), where the provider is established in a third country. |
| system | Verplicht | object | General description of the AI system (Annex IV §1). |
| system.name | Verplicht | string | |
| system.version | Verplicht | string | |
| system.intended_purpose | Verplicht | string | |
| system.high_risk_category | Verplicht | enum | Annex III high-risk category under which the system is classified. |
| system.description_of_hardware_software | Verplicht | string | |
| system.integration_context | Verplicht | string | |
| ce_marking | Verplicht | object | CE marking and conformity assessment route (Art. 43, Art. 48 AI Act). |
| ce_marking.applicable | Verplicht | boolean | |
| ce_marking.conformity_assessment_route | Verplicht | enum | |
| ce_marking.notified_body | Optioneel | string | |
| ce_marking.notified_body_number | Optioneel | string | |
| design | Verplicht | object | Design specifications of the system (Annex IV §2). |
| design.optimisation_objectives | Verplicht | array of string | |
| design.key_design_choices | Verplicht | array of string | |
| design.relevance_of_input_data | Verplicht | string | |
| data_governance | Verplicht | object | Data and data governance measures (Art. 10 AI Act, Annex IV §2(d)). |
| data_governance.training_data_summary | Verplicht | string | |
| data_governance.validation_data_summary | Verplicht | string | |
| data_governance.test_data_summary | Verplicht | string | |
| data_governance.data_categories | Verplicht | array of string | |
| data_governance.bias_mitigation_measures | Verplicht | array of string | |
| data_governance.data_provenance | Verplicht | array of string |
+23 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_system_documentation",
"data": { ... },
"options": {"language": "nl"}
}' -o ai-system-documentation.pdf Veelgestelde vragen
Wat is een “Technische documentatie AI-systeem (Bijlage 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. Op papii is dit document beschikbaar als sjabloon eu.ai_act.ai_system_documentation: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “Technische documentatie AI-systeem (Bijlage IV)” 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 “Technische documentatie AI-systeem (Bijlage IV)” 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.