POST api/{apiVersion}/LiveAuth/FaceMatch
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
FaceMatchRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
transId | string |
None. |
|
ClientInfo | string |
None. |
|
firstFaceBase64 | string |
None. |
|
otherFacesBase64 | Collection of string |
None. |
|
thresholdOption | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "89ca77cf-6ba1-46b8-a833-3f3702eed518", "transId": "sample string 2", "ClientInfo": "sample string 3", "firstFaceBase64": "sample string 4", "otherFacesBase64": [ "sample string 1", "sample string 2" ], "thresholdOption": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfFaceMatchResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | FaceMatchResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "success": true, "avgScore": 2, "failedStatuses": [ 1, 2 ] }, "IsShowMessage": true, "IsShowRateAndReview": true }