EU AI Act compliance readiness assessment for AI systems
EU AI Act compliance readiness assessment for AI systems. Returns readiness score with gap analysis.
Needs input the listing does not giveour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.1listed price per call
n/aprice 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
GET https://api.limitguard.ai/v1/compliance/readiness/:entity_id
| Category | Company and compliance |
|---|---|
| Provider host | api.limitguard.ai |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact, settled-transfer |
| Self-reported calls, 30 days | 0 from 0 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | needs input |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"completed_items": "risk_management",
"system_type": "trust_scoring"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"cachedTierAvailable": {
"type": "boolean"
},
"documentation_url": {
"type": "string"
},
"input": {
"additionalProperties": false,
"properties": {
"headers": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"completed_items": {
"description": "A completed readiness checklist item id (repeat the parameter per item)",
"type": "string"
},
"system_type": {
"description": "AI system type (trust_scoring, credit_scoring)",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"note": {
"type": "string"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
"prepaidBalance": {
"properties": {
"balance_usd": {
"type": [
"number",
"null"
]
},
"note": {
"type": "string"
},
"price_usd": {
"type": "number"
},
"reason": {
"type": "string"
},
"topup": {
"properties": {
"curl": {
"type": "string"
},
"minimum_usd": {
"type": "integer"
},
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}
},
"required": [
"balance_usd",
"price_usd"
],
"type": "object"
},
"recovery": {
"properties": {
"curl": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"sandbox": {
"properties": {
"curl": {
"type": "string"
},
"note": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}