Skip to main content

Regulatory Reporting API

Art. 62 EU AI Act regulatory incident reporting — follow-up logs, structured reports, PDF export, and dashboard.

Endpoints Overview

MethodEndpointDescription
POST/tickets/{id}/regulatory-follow-upsAdd follow-up
GET/tickets/{id}/regulatory-follow-upsList follow-ups
GET/tickets/{id}/regulatory-reportGet structured report
GET/tickets/{id}/regulatory-report/pdfDownload report PDF
GET/spaces/{slug}/regulatory-dashboardDashboard summary

Add Follow-Up

POST /tickets/{ticket_id}/regulatory-follow-ups
{
"note": "Contacted national authority",
"follow_up_type": "authority_contact",
"due_date": "2026-02-28T00:00:00Z"
}

Structured Report

GET /tickets/{ticket_id}/regulatory-report

Generates a structured incident report with AI system metadata autopopulated from the linked product.


PDF Export

GET /tickets/{ticket_id}/regulatory-report/pdf

Downloads the regulatory incident report as a PDF file.


Regulatory Dashboard

GET /spaces/{slug}/regulatory-dashboard

Returns summary statistics (open incidents, overdue follow-ups, resolution rate).