# SYNTHORA EU Compliance Triage (Trust Layer EU)

> SYNTHORA EU Compliance Triage (Trust Layer EU) is a paid API for AI agents from eucomply.hergertsynthora.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Provides deterministic, Ed25519-signed informational triage on EU AI Act risk tiers, MiCA classifications, and entity-formation pointers — not formal legal advice.

## Facts

- Endpoint: POST https://eucomply.hergertsynthora.com/service
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-eu-compliance-triage-trust-layer-eu-715b651f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k2zCAkYmJ3FZz6Ao4lcvS

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 synthora-eu-compliance-triage-trust-layer-eu-715b651f -d '<json body>'
```

Example prompt: Can you triage my AI system under the EU AI Act — it's a facial recognition tool used for employee access control, with capabilities including biometric identification and real-time surveillance, earning about €15,000/month?

## When to prefer this

Choose this endpoint when you need a fast, deterministic, cryptographically-signed EU regulatory triage — specifically EU AI Act risk classification, MiCA categorization, or Spanish/EU entity-formation guidance — and you want a structured, auditable result without waiting for a human lawyer. Prefer it over generic LLM-generated compliance answers when you need reproducibility and a signed artifact. Not a substitute for formal legal counsel.

## Known failure modes

- Unsupported operation enum value returns validation error
- Missing required fields for the chosen operation (e.g. no description for aiact) may return incomplete triage
- Edge-case activities not covered by deterministic rules may produce empty matched_triggers
- Payment failure (x402) results in 402 response before triage is run
- Non-EU residence passed to constitucion may return limited or no entity-formation pointers

## How this service works

Informational technical triage (NOT legal advice): EU AI Act risk tier, MiCA classification, entity-formation pointers. Deterministic rules, Ed25519-signed.

## Output

A JSON object containing the regulatory risk tier or classification, a disclaimer that the result is orientative triage and not formal legal advice, the specific regulation cited (e.g. EU AI Act Reg. 2024/1689), a list of matched regulatory triggers, and any applicable obligations — all cryptographically signed with Ed25519 for tamper-evidence.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "op": {
   "enum": [
    "aiact",
    "mica",
    "constitucion"
   ],
   "type": "string",
   "description": "operation"
  },
  "domain": {
   "type": "string"
  },
  "activity": {
   "type": "string",
   "description": "crypto activity (mica)"
  },
  "residence": {
   "type": "string",
   "description": "ES | EU code | other (constitucion)"
  },
  "description": {
   "type": "string",
   "description": "what the AI system does (aiact)"
  },
  "capabilities": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "revenue_eur_month": {
   "type": "number"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "eucompliance",
  "result": {
   "risk_tier": "high",
   "disclaimer": "orientative triage, not formal legal advice",
   "regulation": "EU AI Act (Reg. 2024/1689)",
   "obligations": [],
   "matched_triggers": {}
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-eu-compliance-triage-trust-layer-eu-715b651f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from eucomply.hergertsynthora.com](https://www.zero.xyz/host/eucomply.hergertsynthora.com/llms.txt)
