Webhook payload

This is the JSON body delivered to your webhook_url for each matching event.

Headers

HeaderValue
Content-Typeapplication/json
X-AIActRadar-Signaturesha256=<hex digest>
X-AIActRadar-Event-Ide.g. evt_…
X-AIActRadar-Delivery-Ide.g. dlv_…
X-AIActRadar-Attempt16
X-AIAR-Disclaimerinformational-only-not-legal-advice
User-AgentAIActRadar-Webhook/1.0

Body

{
  "id": "evt_2026_0427_001",
  "type": "guidance",
  "source": "aioffice",
  "topics": ["gpai", "transparency"],
  "severity": "medium",
  "title_en": "Updated GPAI Training Data Summary template v2.1",
  "title_de": "Aktualisiertes GPAI-Trainingsdaten-Zusammenfassungs-Template v2.1",
  "summary_en": "AI Office released revision 2.1 of the public template providers must use to summarise training data under Art. 53(1)(d). Adds fields for synthetic data sources.",
  "summary_de": "Das KI-Buero hat Version 2.1 des oeffentlichen Templates veroeffentlicht…",
  "diff_to_previous": "Section 4 (synthetic data sources) added; section 6 reformatted.",
  "url_official": "https://digital-strategy.ec.europa.eu/...",
  "ai_act_articles": ["Art. 53(1)(d)"],
  "published_at": "2026-04-27T10:00:00Z",
  "ingested_at": "2026-04-27T10:08:14Z",
  "language_versions": ["en","de","fr","it","es"],
  "delivery": {
    "id": "dlv_…",
    "attempt": 1,
    "subscription_id": "sub_…"
  },
  "disclaimer": "Information only — not legal advice."
}

Field reference

FieldTypeNotes
idstringStable across retries.
typeenumguidance | standard | consultation | enforcement | national | court | meta
sourcestringOne of our 12 source IDs.
topicsstring[]From the topic taxonomy.
severityenuminfo | low | medium | high | critical — see classification.
title_de / summary_destring?Present when subscription language is de or both.
diff_to_previousstring?Set only when this is a versioned update (i.e. existing external_id changed).
ai_act_articlesstring[]e.g. ["Art. 53(1)(d)", "Annex IV"]. Extracted by LLM from source.
delivery.attemptinteger1 on first attempt, increments on retry.

What you should do with it