# Strale AI Act Compliance Assessment

> Strale AI Act Compliance Assessment is a paid API for AI agents from api.strale.io, paid per call via x402, $0.864/call, status unknown (last checked 2026-09-15).

Assesses an AI system's compliance risk under the EU AI Act for a given deployment country, returning a structured audit record with cryptographic chain hashing.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/ai-act-assess
- Price: $0.864/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-ai-act-compliance-assessment-3533a9f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FVp6kzrp6FPap1JyMA8ar

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 strale-ai-act-compliance-assessment-3533a9f3 -d '<json body>'
```

Example prompt: Can you assess whether our AI-powered hiring tool 'TalentMatch' — which screens and ranks job applicants automatically — needs to comply with the EU AI Act, and what risk category it falls under? We're deploying it in Germany (DE).

## When to prefer this

Choose this endpoint when you need a structured, auditable EU AI Act risk classification with cryptographic provenance — particularly useful for compliance workflows, legal due diligence, or regulated industries where an audit trail is mandatory. Prefer over generic LLM-based compliance advice when you need a defensible, independently tested assessment tied to a specific deployment country.

## Known failure modes

- Missing required fields (company, description, or deployment_country) result in a 400 validation error
- Invalid ISO 3166-1 alpha-2 country code returns an error or unsupported-country response
- Vague or ambiguous AI system descriptions may produce low-confidence or generic classifications
- Payment failure via x402 protocol prevents the call from completing
- Countries outside the 27 supported may not return meaningful results

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns a structured compliance assessment including the AI Act risk category (unacceptable, high, limited, or minimal risk), applicable obligations, required conformity steps, and a cryptographically hashed audit record for provenance verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company": {
   "type": "string"
  },
  "description": {
   "type": "string",
   "description": "Describe what your AI system does"
  },
  "deployment_country": {
   "type": "string",
   "description": "ISO 3166-1 alpha-2 country code"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-ai-act-compliance-assessment-3533a9f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
