For the complete documentation index, see llms.txt. This page is also available as Markdown.

Available Resources

This section contains documentation for all available resources in the AllID Biometrics API. Each resource describes its endpoints, and usage examples.

Biometric Validation

Validates a biometric asset against existing profiles using facial recognition. Returns consensus result, distance, probability, and validation data.

Biometric Validation

post
/profiles/biometric-validation

Validates a biometric asset against existing profiles using facial recognition. Returns consensus result, distance scores, and validation data.

Body
thresholdLevelstring · enumOptional

Threshold level for validation

Default: HIGHExample: HIGHPossible values:
Responses
200

Successful validation

application/json
messagestring · nullableOptional

Human-readable message

Example: SUCCESS
consensusstring · enumOptional

Consensus result

Example: MATCHPossible values:
isIdempotentbooleanOptional

Indicates if this request was previously processed

Example: false
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.

Create Profile

post
/profiles

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 · nullableOptional

Human-readable message

Example: SUCCESS
post/profiles

Next steps

Last updated