GET api/v1/CheckFaceStatus?fileid={fileid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fileid

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

CheckFaceCropResponse
NameDescriptionTypeAdditional information
status

string

None.

facecropid

integer

None.

filename

string

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "facecropid": 2,
  "filename": "sample string 3",
  "message": "sample string 4"
}

application/xml, text/xml

Sample:
<CheckFaceCropResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppBridge">
  <facecropid>2</facecropid>
  <filename>sample string 3</filename>
  <message>sample string 4</message>
  <status>sample string 1</status>
</CheckFaceCropResponse>