For AI agents: visit https://one-stop-documentation.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field | Description |
|---|
| faceResult | string:PASS or FAIL |
| faceImageFar | string,The far image of the face collected in the liveness detection. This link will be expired in 1 day; if the link is expired ,you need to re query this endpoint to get a new link. |
| faceImageNear | string,The near image of the face collected in the liveness detection. t=This link will be expired in 1 day; if the link is expired ,you need to re query this endpoint to get a new link. |
| auditImageUrl | string,The zip file that contains multi audit images. this link will be expired in 1 day; Tf the link is expired ,you need to re query this endpoint to get a new link. |
| faceLivenessScore | number,The score is for anti-spoofing, ranging from [0,100], less than 50 means it might be an attack. |
| faceSimilarityScore | number,Face similarity rate between the document image and liveness, the rate value is always between the number 0-100. less than 70 means the two faces may not be similar. |
| eventDetails | array, Event details. |
| Value | Description |
|---|
| PASS | faceLivenessScore >= 50 and faceSimilarityScore >= 70 |
| FAIL | faceLivenessScore < 50 or faceSimilarityScore < 70 |
| Value | Description |
|---|
| event | string,Event name. |
| result | string,Event result. |
| createTimestmap | long,Millisecond timestamp. |