Deterministic, source-cited regulatory applicability and deadline checks for AI
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
691 msmedian answer time
$0.5listed price per call
$0.5price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://compliancecheck-x402.fly.dev/v1/ai-regulatory-scan
| Category | Everything else |
|---|---|
| Provider host | compliancecheck-x402.fly.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.5 | 691 ms |
Example input (from the provider)
{
"body": {
"colorado": {},
"jurisdictions": [
"US-NYC"
],
"nyc": {
"actor_type": "vendor"
},
"organization": {},
"system": {}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "ComplianceCheck scan request. Jurisdiction-specific fact objects are summarized here; see /openapi.json for every accepted field.",
"properties": {
"as_of": {
"description": "Evaluation date. Omit to use the server current date.",
"format": "date",
"type": "string"
},
"colorado": {
"additionalProperties": true,
"description": "Colorado ADMT facts used by the regulatory engine. See /openapi.json for the complete accepted field vocabulary.",
"type": "object"
},
"jurisdictions": {
"description": "Jurisdictions to evaluate. Omit to infer them from populated fact namespaces.",
"items": {
"enum": [
"EU",
"US-CO",
"US-NYC"
],
"type": "string"
},
"minItems": 1,
"type": "array",
"uniqueItems": true
},
"nyc": {
"additionalProperties": true,
"description": "NYC Local Law 144 / AEDT facts used by the regulatory engine. See /openapi.json for the complete accepted field vocabulary.",
"type": "object"
},
"organization": {
"additionalProperties": true,
"description": "Organization and actor facts used by the regulatory engine. See /openapi.json for the complete accepted field vocabulary.",
"type": "object"
},
"system": {
"additionalProperties": true,
"description": "AI system facts used by the regulatory engine. See /openapi.json for the complete accepted field vocabulary.",
"type": "object"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "ComplianceCheck regulatory scan response. This discovery schema keeps the stable envelope only; see /openapi.json for detailed finding fields.",
"properties": {
"as_of": {
"format": "date",
"type": "string"
},
"cross_cutting_requirements": {
"description": "Cross-cutting regulatory requirements. Items contain the full source-cited finding shape documented at /openapi.json.",
"items": {
"additionalProperties": true,
"type": "object"
},
"type": "array"
},
"derived_facts": {
"description": "Derived facts. Items contain the full source-cited finding shape documented at /openapi.json.",
"items": {
"additionalProperties": true,
"type": "object"
},
"type": "array"
},
"jurisdictions": {
"items": {
"enum": [
"EU",
"US-CO",
"US-NYC"
],
"type": "string"
},
"type": "array"
},
"notice": {
"type": "string"
},
"request_hash": {
"pattern": "^[0-9a-f]{64}$",
"type": "string"
},
"results": {
"description": "Rule applicability findings. Items contain the full source-cited finding shape documented at /openapi.json.",
"items": {
"additionalProperties": true,
"type": "object"
},
"type": "array"
},
"ruleset_hash": {
"type": "string"
},
"ruleset_version": {
"type": "string"
}
},
"required": [
"as_of",
"jurisdictions",
"ruleset_version",
"ruleset_hash",
"results",
"request_hash"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}