OperationsApi
All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
getOperationByUUID | GET /user/operations/uuid/ | Get operation by UUID |
remoteVerify | POST /user/operations/remote-verify | RemoteVerify is used to remotely verify a FVTemplate and an encrypted template created locally using MegaMatcherId SDK |
getOperationByUUID
Operation getOperationByUUID(uuid)
Get operation by UUID
Parameters
Name | Type | Description | Notes |
---|---|---|---|
uuid | String | Operation's UUID | [optional] [default to ] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
remoteVerify
byte[] remoteVerify(body, subjectId, uuid, modality)
RemoteVerify is used to remotely verify a FVTemplate and an encrypted template created locally using MegaMatcherId SDK
Parameters
Name | Type | Description | Notes |
---|---|---|---|
body | byte[] | ||
subjectId | String | Subject id to verify with | [optional] [default to null] |
uuid | String | UUID to verify with | [optional] [default to null] |
modality | String | Modality of template | [optional] [default to null] [enum: FACE_MODALITY, VOICE_MODALITY, FINGERS_LEFT_HAND_MODALITY, FINGERS_RIGHT_HAND_MODALITY, UNRECOGNIZED] |
Return type
byte[]
Authorization
HTTP request headers
- Content-Type: application/octet-stream
- Accept: application/octet-stream, /