Government Legal
EU AI Act logo

EU AI Act API

artificialintelligenceact.eu

EU AI Act portal - consultation records, legal articles, and initiative monitoring.

Actions
6
Category
Government Legal
Login
Not required
Output
JSON

Call the EU AI Act API

Submit a task, then poll the job until it settles. This example runs act_artificialintelligenceact_eu_act_article_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_artificialintelligenceact_eu_act_article_detail",
    "params": {
      "article_slug": "2"
    }
  }'

6 actions on artificialintelligenceact.eu

Read

  • Act Article Details

    act_artificialintelligenceact_eu_act_article_detailread1 credit / call

    Returns the title and full text of an EU AI Act article.

    article_slug
    string · required
  • AI Act Explorer

    act_artificialintelligenceact_eu_ai_act_explorer_pageread1 credit / call

    Returns the AI Act article index with titles and links to every article.

  • Analyses Listing

    act_artificialintelligenceact_eu_analyses_listingread1 credit / call

    Returns the analyses page with links to EU consultation feedback and initiatives.

  • Feedback Publication Dates

    act_artificialintelligenceact_eu_feedback_publication_datesread2 credits / call

    Returns the published and closing dates for an EU public feedback record.

    feedback_id
    string · required
    portal_referer_url
    string · required
  • Initiatives Closing Soon

    act_artificialintelligenceact_eu_initiatives_closing_soonread2 credits / call

    Returns EU initiatives nearing their consultation deadline with titles, days left, and end dates.

    language
    string · required
    portal_referer_url
    string · required
  • Public Feedback Details

    act_artificialintelligenceact_eu_public_feedback_detailread2 credits / call

    Returns a public consultation submission with full text, author, dates, and attachments.

    feedback_id
    string · required
    initiative_id
    string · required
    language
    string · required
    portal_referer_url
    string · required

EU AI Act API questions

Is there an API for EU AI Act?
EU AI Act does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for artificialintelligenceact.eu. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape EU AI Act data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when artificialintelligenceact.eu changes its markup, Anakin updates the action.
Do I need a EU AI Act account?
No. Every EU AI Act action listed here runs anonymously — no account and no credentials required.
What does the EU AI Act API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites