Available Resources
Biometric Validation
Validates a biometric asset against existing profiles using facial recognition. Returns consensus result, distance scores, and validation data.
Body
thresholdLevelstring · enumOptionalDefault:
Threshold level for validation
HIGHExample: HIGHPossible values: Responses
200
Successful validation
application/json
messagestring · nullableOptionalExample:
Human-readable message
SUCCESSconsensusstring · enumOptionalExample:
Consensus result
MATCHPossible values: isIdempotentbooleanOptionalExample:
Indicates if this request was previously processed
false400
Bad request - Invalid parameters
application/json
422
Unprocessable entity - Missing required parameters
application/json
500
Internal server error
application/json
post/profiles/biometric-validation
Profile Creation
Creates a new profile with an identifier and biometric asset. The profile can be used for future biometric validations.
Body
Responses
200
Profile created successfully
application/json
messagestring · nullableOptionalExample:
Human-readable message
SUCCESS400
Bad request - Invalid parameters
application/json
422
Unprocessable entity - Missing required parameters
application/json
500
Internal server error
application/json
post/profiles
Next steps
Last updated

