BiometricDataApi
All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
getBiometricFaceDataByUUID | GET /user/biometric-data/face/uuid/ | Get image's information by UUID |
getBiometricVoiceDataByUUID | GET /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
Name | Type | Description | Notes |
---|---|---|---|
uuid | String | UUID to search image by. (UUID is unique generated by the DB) | [default to null] |
width | Integer | Adjust image width | [optional] [default to 0] |
height | Integer | Adjust image height | [optional] [default to 0] |
max-bytes | Integer | Adjust jpeg quality to fit into the maximum bytes | [optional] [default to 0] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getBiometricVoiceDataByUUID
BiometricVoiceData getBiometricVoiceDataByUUID(uuid)
Get voice's information by UUID
Parameters
Name | Type | Description | Notes |
---|---|---|---|
uuid | String | UUID to search biometric voice by. (UUID is unique generated by the DB) | [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /