Skip to main content

OperationsApi

All URIs are relative to http://localhost

MethodHTTP requestDescription
getOperationByUUIDGET /user/operations/uuid/Get operation by UUID
remoteVerifyPOST /user/operations/remote-verifyRemoteVerify 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

NameTypeDescriptionNotes
uuidStringOperation's UUID[optional] [default to ]

Return type

Operation

Authorization

user-basic, user-oauth

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

NameTypeDescriptionNotes
bodybyte[]
subjectIdStringSubject id to verify with[optional] [default to null]
uuidStringUUID to verify with[optional] [default to null]
modalityStringModality of template[optional] [default to null] [enum: FACE_MODALITY, VOICE_MODALITY, FINGERS_LEFT_HAND_MODALITY, FINGERS_RIGHT_HAND_MODALITY, UNRECOGNIZED]

Return type

byte[]

Authorization

user-basic, user-oauth

HTTP request headers

  • Content-Type: application/octet-stream
  • Accept: application/octet-stream, /