Antisemitism and bias detection API for DSA compliance
Scan articles, comments, and transcripts for antisemitism, anti-Israel bias, and context omissions. IHRA-grounded, attribution-aware, with full audit trails.
The compliance gap in content moderation
The EU Digital Services Act created obligations. It did not create the tooling to meet them.
Maximum DSA fine for non-compliance with systemic risk obligations.
The EU has published no official technical standard for bias compliance — yet.
Current DSA transparency reports rely on platform self-certification — the system regulators are trying to replace.
How it works
One REST endpoint. JSON in, structured analysis out. Every detection is persisted for audit.
Ingest
Send any text — an article, a comment, a transcript — to POST /v1/detect with your API key. Optional title and source fields sharpen the analysis.
Detect
A four-stage pipeline runs: dog-whistle scan, LLM triage, three-track deep analysis (antisemitism, anti-Israel bias, context omissions), then adversarial verification. IHRA-grounded, attribution-aware.
Audit
Every detection is persisted with confidence scores, IHRA references, character-level snippets, and a routing decision: auto-accept, human review, or auto-reject.
curl -X POST https://magendetect.com/v1/detect \
-H "x-api-key: mk_live_..." \
-H "Content-Type: application/json" \
-d '{"title": "...", "source": "...", "content": "..."}'
# → {
# "status": "flagged",
# "detections": [{
# "category": "antisemitism",
# "subcategory": "classic_trope_conspiracy_control",
# "confidence": 0.95,
# "attribution": "publisher_voice",
# "definition": { "framework": "IHRA", "reference": "IHRA-7" }
# }],
# "calibration": { "review_decision": "auto_reject" }
# }What we detect
Three independent analysis tracks, each with its own signal taxonomy and evidence chain.
Antisemitism
- Classic conspiracy tropes
- Dual loyalty insinuation
- Holocaust inversion
- Coded language and dog whistles
- Dehumanization and slurs
Anti-Israel bias
- Delegitimization of Israel
- Demonization and double standards
- Genocide accusations as fact
- Terrorwashing
- Victim blaming
Context omissions
- Jewish identity hidden in attacks
- Israeli victims erased
- Terror context stripped
- Hostage situation ignored
- Hamas atrocities minimized
See it in action
Paste any article and watch the four-stage pipeline score it in real time.
Pricing
Start free. Upgrade when your volume needs it. Cancel anytime.
Starter
- ✓ Up to 10,000 articles/month
- ✓ All three detection tracks
- ✓ Persistent audit log
- ✓ Email support
Professional
- ✓ Up to 100,000 articles/month
- ✓ All three detection tracks
- ✓ Persistent audit log
- ✓ API access
- ✓ Priority support
Enterprise
- ✓ Unlimited volume
- ✓ Custom detection categories
- ✓ Dedicated support
- ✓ SLA guarantee
- ✓ On-premise deployment
Ready to automate your DSA compliance?
Start scanning content in minutes. No infrastructure to manage.