Acuant · Schema

Acuant Face Match Result

Schema for the response from the Acuant FRM Face Recognition and Matching API.

Identity VerificationDocument AuthenticationBiometricsFace MatchingLiveness DetectionKYCAMLID Capture

Properties

Name Type Description
Score number Match confidence score (0-100). Higher values indicate greater likelihood that both images depict the same person.
IsMatch boolean Whether the match score exceeds the configured threshold for a positive match.
TransactionId string Unique identifier for this face match transaction.
Error stringnull Error message if face detection or matching failed.
ErrorCode integernull Numeric error code if an error occurred.
View JSON Schema on GitHub

JSON Schema

acuant-face-match-result.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/acuant/main/json-schema/acuant-face-match-result.json",
  "title": "Acuant Face Match Result",
  "description": "Schema for the response from the Acuant FRM Face Recognition and Matching API.",
  "type": "object",
  "properties": {
    "Score": {
      "type": "number",
      "minimum": 0,
      "maximum": 100,
      "description": "Match confidence score (0-100). Higher values indicate greater likelihood that both images depict the same person."
    },
    "IsMatch": {
      "type": "boolean",
      "description": "Whether the match score exceeds the configured threshold for a positive match."
    },
    "TransactionId": {
      "type": "string",
      "description": "Unique identifier for this face match transaction."
    },
    "Error": {
      "type": ["string", "null"],
      "description": "Error message if face detection or matching failed."
    },
    "ErrorCode": {
      "type": ["integer", "null"],
      "description": "Numeric error code if an error occurred."
    }
  },
  "required": ["Score", "IsMatch"]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/acuant-face-match-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.