Acuant · Schema
Acuant Liveness Result
Schema for the response from the Acuant Passive Liveness API.
Identity VerificationDocument AuthenticationBiometricsFace MatchingLiveness DetectionKYCAMLID Capture
Properties
| Name | Type | Description |
|---|---|---|
| LivenessAssessment | string | Liveness assessment outcome. Live = real person detected; NotLive = spoof/attack detected; PoorQuality = image insufficient; Error = processing failure. |
| Score | number | Confidence score for the liveness assessment (0-100). |
| TransactionId | string | Unique identifier for this liveness check transaction. |
| Error | stringnull | Error message if LivenessAssessment is Error. |
| ErrorCode | integernull | Numeric error code if processing failed. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/acuant/main/json-schema/acuant-liveness-result.json",
"title": "Acuant Liveness Result",
"description": "Schema for the response from the Acuant Passive Liveness API.",
"type": "object",
"properties": {
"LivenessAssessment": {
"type": "string",
"enum": ["Live", "NotLive", "PoorQuality", "Error"],
"description": "Liveness assessment outcome. Live = real person detected; NotLive = spoof/attack detected; PoorQuality = image insufficient; Error = processing failure."
},
"Score": {
"type": "number",
"minimum": 0,
"maximum": 100,
"description": "Confidence score for the liveness assessment (0-100)."
},
"TransactionId": {
"type": "string",
"description": "Unique identifier for this liveness check transaction."
},
"Error": {
"type": ["string", "null"],
"description": "Error message if LivenessAssessment is Error."
},
"ErrorCode": {
"type": ["integer", "null"],
"description": "Numeric error code if processing failed."
}
},
"required": ["LivenessAssessment"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/acuant-liveness-result"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.