# ComplianceCheck AI Regulatory Scan

> ComplianceCheck AI Regulatory Scan is a paid API for AI agents from compliancecheck-x402.fly.dev, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Performs deterministic, source-cited regulatory applicability and deadline checks for AI systems and automated decision-making tools.

## Facts

- Endpoint: POST https://compliancecheck-x402.fly.dev/v1/ai-regulatory-scan
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/compliancecheck-ai-regulatory-scan-b8b3f10d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E_XMtbCE5ecJFn3fWnUSI

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 compliancecheck-ai-regulatory-scan-b8b3f10d -d '<json body>'
```

Example prompt: Can you run a regulatory compliance scan on our AI-powered loan underwriting tool deployed in the EU and US, and tell me which regulations apply and what deadlines we're facing?

## When to prefer this

Choose this endpoint when you need deterministic, citable regulatory guidance for AI systems or automated decision tools — especially when auditability and source citations are required. Ideal for compliance teams, legal review workflows, or AI governance pipelines where reproducible, non-hallucinated outputs are critical. Prefer this over general-purpose LLM legal queries when you need traceable citations and consistent answers across repeated calls.

## Known failure modes

- Insufficient system description may result in incomplete applicability determination
- Unsupported jurisdiction may return no applicable regulations
- Ambiguous deployment context may reduce confidence in regulatory matches
- Payment failure (x402 protocol) results in request rejection before processing
- Rate limiting or service unavailability on the Fly.dev instance

## How this service works

Deterministic, source-cited regulatory applicability and deadline checks for AI systems and automated decision tools. Full request and response fields are documented at /openapi.json.

## Output

A structured report listing which AI and automated-decision regulations are applicable to the described system, with source citations for each regulatory finding, compliance deadlines, and an applicability determination — all generated deterministically so results are reproducible and auditable.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "nyc": {
   "type": "object",
   "description": "NYC Local Law 144 / AEDT facts used by the regulatory engine. See /openapi.json for the complete accepted field vocabulary.",
   "additionalProperties": true
  },
  "as_of": {
   "type": "string",
   "format": "date",
   "description": "Evaluation date. Omit to use the server current date."
  },
  "system": {
   "type": "object",
   "description": "AI system facts used by the regulatory engine. See /openapi.json for the complete accepted field vocabulary.",
   "additionalProperties": true
  },
  "colorado": {
   "type": "object",
   "description": "Colorado ADMT facts used by the regulatory engine. See /openapi.json for the complete accepted field vocabulary.",
   "additionalProperties": true
  },
  "organization": {
   "type": "object",
   "description": "Organization and actor facts used by the regulatory engine. See /openapi.json for the complete accepted field vocabulary.",
   "additionalProperties": true
  },
  "jurisdictions": {
   "type": "array",
   "items": {
    "enum": [
     "EU",
     "US-CO",
     "US-NYC"
    ],
    "type": "string"
   },
   "minItems": 1,
   "description": "Jurisdictions to evaluate. Omit to infer them from populated fact namespaces.",
   "uniqueItems": true
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/compliancecheck-ai-regulatory-scan-b8b3f10d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from compliancecheck-x402.fly.dev](https://www.zero.xyz/host/compliancecheck-x402.fly.dev/llms.txt)
