POST api/{apiVersion}/LiveAuth/FaceMatchAndFaceAttributes

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

FaceMatchAndFaceAttributesRequest
NameDescriptionTypeAdditional information
transId

string

None.

clientInfo

string

None.

firstFaceBase64

string

None.

otherFacesBase64

Collection of string

None.

thresholdOption

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "transId": "sample string 1",
  "clientInfo": "sample string 2",
  "firstFaceBase64": "sample string 3",
  "otherFacesBase64": [
    "sample string 1",
    "sample string 2"
  ],
  "thresholdOption": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.