Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt

Use this file to discover all available pages before exploring further.

Overview

FieldValue
CELEX32024R1689
StatusActive
Articles113
Recitals180
EUR-LexView Official Text

Compliance Deadlines

DateTypeDescription
2024-08-01Entry into forceRegulation enters into force
2025-02-02Partial applicationProhibited AI systems rules apply
2027-08-02Full applicationFull application of all requirements

Stakeholder Roles

The AI Act defines obligations for the following stakeholder roles:
  • manufacturer - Providers of AI systems (developers, vendors)
  • importer - Entities placing AI systems from third countries on EU market
  • distributor - Entities making AI systems available in the EU
  • authorized_representative - EU representatives for non-EU providers
  • notified_body - Conformity assessment bodies for high-risk AI
  • market_surveillance - National competent authorities
  • consumer - Users and persons affected by AI systems

Requirement Types

Requirements in the AI Act are classified as:
  • obligation - Mandatory requirements for AI system providers
  • prohibition - Prohibited AI practices (unacceptable risk)
  • right - Rights of persons affected by AI systems
  • procedure - Conformity assessment and post-market monitoring procedures
  • general - General provisions and definitions

API Usage

# Get all AI Act articles
curl https://api.law4devs.eu/v1/frameworks/ai_act/articles

# Get AI Act framework details
curl https://api.law4devs.eu/v1/frameworks/ai_act

# Get AI Act requirements
curl https://api.law4devs.eu/v1/frameworks/ai_act/requirements

# Get AI Act recitals
curl https://api.law4devs.eu/v1/frameworks/ai_act/recitals
# Python SDK
from law4devs import Law4Devs

client = Law4Devs(api_key="your-api-key")

# List all AI Act articles
articles = client.articles.list("ai_act")

# Get AI Act requirements by stakeholder role
requirements = client.requirements.list("ai_act", role="manufacturer")

# Search AI Act articles by tag
articles = client.articles.search("ai_act", query="high-risk")
// TypeScript SDK
import { Law4Devs } from '@law4devs/sdk';

const client = new Law4Devs({ apiKey: 'your-api-key' });

// List all AI Act articles
const articles = await client.articles.list('ai_act');

// Get AI Act requirements by stakeholder role
const requirements = await client.requirements.list('ai_act', { role: 'manufacturer' });

Key Topics

  • Prohibited AI practices (unacceptable risk)
  • High-risk AI system classification and requirements
  • General-purpose AI models and GPAI obligations
  • Transparency requirements for certain AI systems
  • Conformity assessment and CE marking
  • Post-market monitoring and incident reporting
  • AI regulatory sandboxes and testing