POST
/v1/scan/evaluateLocked endpoints — Beta PhaseRESTRICTED
These API endpoints are locked to ensure infrastructure integrity during the Beta phase. For a custom integration, contact our priority support.
Evaluate Compliance
Run an industrial-grade compliance evaluation against global AI regulations. This endpoint analyzes input parameters, architectural documentation, and model behavior to return a quantified compliance score and specific regulatory actions.
Request Body
JSON| Name | Type | Description |
|---|---|---|
| model_id | string | Unique identifier for the AI model registry entry. |
| regulatory_scope | array<string> | Target frameworks: EU_AI_ACT, NIST_AI_RMF. |
| context_vectors | float[] | High-dimensional representation of the model usage context. |
| strict_mode | boolean | If true, returns an error on marginal compliance thresholds. |
Response Definitions
200 Success
The evaluation completed successfully and returns detailed metrics.
401 Unauthorized
Invalid or expired API key. Ensure headers contain a valid X-Guard-Token.