Skip to main content

BiometricDataApi

All URIs are relative to http://localhost

MethodHTTP requestDescription
getBiometricFaceDataByUUIDGET /user/biometric-data/face/uuid/Get image's information by UUID
getBiometricVoiceDataByUUIDGET /user/biometric-data/voice/uuid/Get voice's information by UUID

getBiometricFaceDataByUUID

BiometricFaceData getBiometricFaceDataByUUID(uuid, width, height, max-bytes)

Get image's information by UUID

Parameters

NameTypeDescriptionNotes
uuidStringUUID to search image by. (UUID is unique generated by the DB)[default to null]
widthIntegerAdjust image width[optional] [default to 0]
heightIntegerAdjust image height[optional] [default to 0]
max-bytesIntegerAdjust jpeg quality to fit into the maximum bytes[optional] [default to 0]

Return type

BiometricFaceData

Authorization

user-basic, user-oauth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, /

getBiometricVoiceDataByUUID

BiometricVoiceData getBiometricVoiceDataByUUID(uuid)

Get voice's information by UUID

Parameters

NameTypeDescriptionNotes
uuidStringUUID to search biometric voice by. (UUID is unique generated by the DB)[default to null]

Return type

BiometricVoiceData

Authorization

user-basic, user-oauth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, /