🚨 EU AI Act Article 50 enforcement: 2 August 2026
5d 7h 51m 12s
Penalty: €15M or 3% of global turnover (whichever higher). Applies to: providers, deployers, distributors, importers. Watermarking + transparency obligations for all AI-generated content. NOT delayed by 7 May 2026 EU Digital Omnibus Act.
CSOAI ENFORCEMENT PACK · 2 AUGUST 2026

The Article 50 enforcement pack.

Free Article 50 Passport API + 12-month audit pack + 5 named-franchise templates. The fastest path to defensible compliance.

What's required
Every AI-generated content item must have a machine-readable transparency marker identifying it as AI-generated, plus a watermark for synthetic media. Deployers must make AI-generated content detectable as such to natural persons. Fines: €15M or 3% global turnover (whichever higher).
Who needs it
Anyone deploying AI in the EU 27. Generative AI providers (OpenAI, Anthropic, Google, Mistral, in-house models). Deployers of those models. Distributors. Importers. Sub-150 person orgs (startups) exempt from MOST but not all obligations.
What CSOAI ships
Free Article 50 Passport API (/api/article50): issue HMAC-signed or Ed25519-signed passports per content item. 3 tiers: Free (HMAC, verifiable at proofof.ai), Pro (Ed25519, audit-grade), Governance (Ed25519 + BFT 23/33 + OTS, court-admissible). Free browser UI at /article50.html.
What you ship
A passport per content item. Watermarking at the model layer (C2PA, SynthID, provider-native). Detection at the deployer layer. The passport proves good faith at the time of issuance. Watermarking at retrieval is a separate (C2PA Content Credentials) layer.

The 6 obligations you must evidence by 2 August 2026

ObligationArticleStatusHow CSOAI evidences
Mark AI-generated content as such (machine-readable)Art 50(1)MUST DO by 2 AugArticle 50 Passport per content (sha256 + Ed25519)
Watermark synthetic media (deepfakes, gen images/audio/video)Art 50(2)MUST DO by 2 AugC2PA integration + provider-native (SynthID, etc.)
Disclose AI in chatbots (inform user)Art 50(3)MUST DO by 2 AugUI disclosure + Article 50 Passport
Disclose emotion recognition / biometric categorisationArt 50(4)MUST DO by 2 AugUser notice + passport with interaction_type=emotion|biometric
Detection of AI-generated content (deployer)Art 50(5)MUST DO by 2 AugDetector + passport verification
Records of compliance (audit trail)Art 12MUST DO by 2 AugArticle 50 Passport ledger = audit trail, OTS-anchored

Use the Passport API in 5 minutes

curl -X POST https://csoai.org/api/article50 \\
  -H "Content-Type: application/json" \\
  -d '{
    "content_hash": "5e8a2c1f4b6d3087a4d2c1b8e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2",
    "provider": "openai",
    "interaction_type": "chatbot",
    "watermarked": true,
    "deployed_to": ["DE", "FR"],
    "description": "Customer support chat completion #4221",
    "tier": "pro"
  }'

Returns (200 OK, with audit chain):

{
  "ok": true,
  "passport": {
    "passport_id": "A50-5e8a2c1f-3a4b5c6d",
    "issued_at": "2026-07-13T...",
    "content_hash": "5e8a2c1f...",
    "provider": "openai",
    "interaction_type": "chatbot",
    "watermarked": true,
    "deployed_to": ["DE", "FR"],
    "signature": "ed25519:...",
    "signature_algorithm": "Ed25519",
    "proofof_ai_verify": "https://proofof.ai/verify/A50-5e8a2c1f-3a4b5c6d",
    "article_50_ref": "EU AI Act Article 50 (in force 2 August 2026)",
    "penalty_for_non_compliance": "EUR 15M or 3% of global turnover"
  }
}

The 3 enforcement gaps you can't ignore

1. The 7 May 2026 EU Digital Omnibus Act did NOT delay Article 50

There's a rumour that the Omnibus Act (proposing changes to AI Act timeline) delayed Article 50. It didn't. The Omnibus Act is still in proposal stage — Article 50 enforcement is on track. The European Parliament and Council have not voted to delay. Plan for 2 August 2026.

2. Watermarking ≠ detection

Watermarking (embedding a marker) is the provider's job. Detection (knowing whether content has a marker) is the deployer's job. You need BOTH. The CSOAI passport proves you attempted the watermarking at issuance; detection confirms it survived downstream edits.

3. The passport alone isn't enough — you also need the audit trail

Per Article 12, you need records of compliance. CSOAI's Article 50 Passport is the foundation. The audit pack (PDF + OSCAL JSON) bundles all your passports into a regulator-submittable package.

→ Get the free Article 50 Passport

3 minutes. No credit card. Ed25519-signed receipt.