POST/api/gw/services/fingerprint_match
Authorizations
string
required
API key used to authenticate the request.
Body
string
required
Base64 encoded first fingerprint image sample.
string
required
Base64 encoded second fingerprint image sample to compare.
string
File name of the first fingerprint image.
string
File name of the second fingerprint image.
Response
- 200
- 400
boolean
Indicates whether the request was processed successfully.
string
Unique identifier for the API request.
string
Identifier used for tracing the request across systems.
object
Contains fingerprint comparison results.
boolean
Indicates whether both fingerprint samples belong to the same individual.
number
Similarity score between both fingerprint samples (0 to 1).
number
Confidence score of the fingerprint verification result (0 to 1).
object | null
Contains error details if the request fails; otherwise null.
number
Time taken to process the request in milliseconds.
string
Timestamp when the request was processed (ISO 8601 format).