# EU AI Act Compliance Screener

> EU AI Act Compliance Screener is a paid API for AI agents from skowron-compliance-gateway.mattskowronis.workers.dev, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Screens an AI system or business use case for EU AI Act applicability, risk classification, and relevant official provisions

## Facts

- Endpoint: POST https://skowron-compliance-gateway.mattskowronis.workers.dev/v1/ai-act
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eu-ai-act-compliance-screener-a5b404ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WZ5g1qwmky9TW4YQfuPUW

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability eu-ai-act-compliance-screener-a5b404ad -d '<json body>'
```

Example prompt: Screen my AI system for EU AI Act applicability — it's a credit scoring model, I'm acting as the deployer, the output is used in the EU, and my company is established in the EU. Is it subject to the EU AI Act and what risk tier does it fall into?

## When to prefer this

Choose this endpoint when you need a rapid, structured EU AI Act applicability screen before investing in full legal counsel — especially useful for agents automating compliance intake, pre-screening AI product launches, or onboarding AI systems in EU-adjacent contexts. Prefer this over manual research when you need machine-readable risk classification keyed to official provisions.

## Known failure modes

- Missing required fields may result in incomplete or inconclusive classification
- Ambiguous system_use descriptions may yield uncertain applicability determinations
- Edge cases not clearly covered by current AI Act text may return uncertain results
- Payment failure (insufficient USDC balance) prevents access to the endpoint

## How this service works

Screen an AI system or business use case for potential EU AI Act applicability, risk classification, and relevant official-source provisions. Informational screening, not legal advice. $0.25 USDC.

## Output

Returns EU AI Act applicability status, risk classification tier (e.g. unacceptable risk, high-risk, limited risk, minimal risk), and references to relevant official provisions from the EU AI Act based on the described use case and role.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "biometric": {
   "type": "boolean"
  },
  "education": {
   "type": "boolean"
  },
  "employment": {
   "type": "boolean"
  },
  "system_use": {
   "type": "string"
  },
  "provider_role": {
   "type": "string",
   "description": "provider, deployer, importer, or distributor."
  },
  "creditworthiness": {
   "type": "boolean"
  },
  "established_in_eu": {
   "type": "boolean"
  },
  "output_used_in_eu": {
   "type": "boolean"
  },
  "general_purpose_model": {
   "type": "boolean"
  },
  "critical_infrastructure": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eu-ai-act-compliance-screener-a5b404ad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from skowron-compliance-gateway.mattskowronis.workers.dev](https://www.zero.xyz/host/skowron-compliance-gateway.mattskowronis.workers.dev/llms.txt)
