BiometricDataApi
All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
downloadBiometricDataBulkByOperation | GET /admin/biometric-data/operation/download | Download specified image's data from the specified operation's ids |
downloadBiometricDataBulkBySubjectIds | GET /admin/biometric-data/subjectids/download | Download specified biometric face data from the specified subjects ids |
downloadBiometricDataBulkByUUID | GET /admin/biometric-data/uuid/download | Download specified biometric face data from the specified operation's ids |
downloadBiometricDataBySubjectId | GET /admin/biometric-data/subjectid/{subjectId}/download | Download specified biometric face data from the specified subject's id |
downloadBiometricDataByUUID | GET /admin/biometric-data/uuid/{uuid}/download | Download specified biometric face data from the specified operation's id |
downloadSubjectsBiometricDataById | GET /admin/biometric-data/subject/{id}/download | Download specified biometric data from the specified subject's id |
downloadSubjectsBiometricFaceDataBulkById | GET /admin/biometric-data/subjects/download | Download specified biometric data from the specified subjects ids |
getBiometricFaceDataById | GET /admin/biometric-data/face/id/ | Get biometric face data's information by image id |
getBiometricFaceDataByUUID | GET /admin/biometric-data/face/uuid/ | Get image's information by UUID |
getBiometricVoiceDataById | GET /admin/biometric-data/voice/id/ | Get voice's information by id |
getBiometricVoiceDataByUUID | GET /admin/biometric-data/voice/uuid/ | Get voice's information by UUID |
downloadBiometricDataBulkByOperation
Object downloadBiometricDataBulkByOperation(ids, downloadOptions)
Download specified image's data from the specified operation's ids
Parameters
Name | Type | Description | Notes |
---|---|---|---|
ids | List | List of operations id's to be downloaded | [default to null] |
downloadOptions | List | Set of data to be downloaded | [default to null] [enum: FACE_IMAGE, FACE_TOKEN_IMAGE, FACE_TEMPLATE, VOICE_AUDIO, VOICE_TEMPLATE] |
Return type
Object
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, application/octet-stream, /
downloadBiometricDataBulkBySubjectIds
Object downloadBiometricDataBulkBySubjectIds(subjectIds, downloadOptions)
Download specified biometric face data from the specified subjects ids
Parameters
Name | Type | Description | Notes |
---|---|---|---|
subjectIds | List | List of subjects id's to be downloaded | [default to null] |
downloadOptions | List | Set of data to be downloaded | [default to null] [enum: FACE_IMAGE, FACE_TOKEN_IMAGE, FACE_TEMPLATE, VOICE_AUDIO, VOICE_TEMPLATE] |
Return type
Object
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, application/octet-stream, /
downloadBiometricDataBulkByUUID
Object downloadBiometricDataBulkByUUID(ids, downloadOptions)
Download specified biometric face data from the specified operation's ids
Parameters
Name | Type | Description | Notes |
---|---|---|---|
ids | List | List of operations id's to be downloaded | [default to null] |
downloadOptions | List | Set of data to be downloaded | [default to null] [enum: FACE_IMAGE, FACE_TOKEN_IMAGE, FACE_TEMPLATE, VOICE_AUDIO, VOICE_TEMPLATE] |
Return type
Object
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, application/octet-stream, /
downloadBiometricDataBySubjectId
Object downloadBiometricDataBySubjectId(subjectId, downloadOptions)
Download specified biometric face data from the specified subject's id
Parameters
Name | Type | Description | Notes |
---|---|---|---|
subjectId | String | Subject's id | [default to null] |
downloadOptions | List | Set of data to be downloaded | [default to null] [enum: FACE_IMAGE, FACE_TOKEN_IMAGE, FACE_TEMPLATE, VOICE_AUDIO, VOICE_TEMPLATE] |
Return type
Object
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, application/octet-stream, /
downloadBiometricDataByUUID
Object downloadBiometricDataByUUID(uuid, downloadOptions)
Download specified biometric face data from the specified operation's id
Parameters
Name | Type | Description | Notes |
---|---|---|---|
uuid | String | Operation's id | [default to null] |
downloadOptions | List | Set of data to be downloaded | [default to null] [enum: FACE_IMAGE, FACE_TOKEN_IMAGE, FACE_TEMPLATE, VOICE_AUDIO, VOICE_TEMPLATE] |
Return type
Object
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, application/octet-stream, /
downloadSubjectsBiometricDataById
Object downloadSubjectsBiometricDataById(id, downloadOptions)
Download specified biometric data from the specified subject's id
Parameters
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Subject's id | [default to null] |
downloadOptions | List | Set of data to be downloaded | [default to null] [enum: FACE_IMAGE, FACE_TOKEN_IMAGE, FACE_TEMPLATE, VOICE_AUDIO, VOICE_TEMPLATE] |
Return type
Object
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, application/octet-stream, /
downloadSubjectsBiometricFaceDataBulkById
Object downloadSubjectsBiometricFaceDataBulkById(ids, downloadOptions)
Download specified biometric data from the specified subjects ids
Parameters
Name | Type | Description | Notes |
---|---|---|---|
ids | List | List of subjects id's to be downloaded | [default to null] |
downloadOptions | List | Set of data to be downloaded | [default to null] [enum: FACE_IMAGE, FACE_TOKEN_IMAGE, FACE_TEMPLATE, VOICE_AUDIO, VOICE_TEMPLATE] |
Return type
Object
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, application/octet-stream, /
getBiometricFaceDataById
BiometricFaceData getBiometricFaceDataById(id, width, height, max-bytes)
Get biometric face data's information by image id
Parameters
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Biometric face data ID to search with. (ID is unique number 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, /
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, /
getBiometricVoiceDataById
BiometricVoiceData getBiometricVoiceDataById(id)
Get voice's information by id
Parameters
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Biometric voice data ID to search with. (ID is unique number generated by the DB) | [default to null] |
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, /