API ReferenceHuman Verification
Get liveness verification result and query GroupId
Get the liveness verification result and query the associated GroupId.
Path Parameters
session_id*string
Liveness verification session ID.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/resource-channel/byteplus/visual-validate/sessions/20260521162915BF9DC22A7A65ADF905D8"{
"success": true,
"message": "string",
"data": {
"session_id": "string",
"byted_token": "string",
"h5_link": "http://example.com",
"callback_url": "http://example.com",
"channel_id": 0,
"status": "string",
"group_id": "string",
"raw_response": "string",
"expires_at": "string",
"created_at": "string",
"updated_at": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}