Skip to main content
POST
/
volc
/
asset
/
GetVisualValidateResult
Get Visual Validate Result
curl --request POST \
  --url https://www.anyfast.ai/volc/asset/GetVisualValidateResult \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "BytedToken": "2026070222152680501D985EA34A3BE3D8"
}
'
{
  "GroupId": "group-20260702221642-5czvq"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
BytedToken
string
required

Token returned by CreateVisualValidateSession.

Example:

"2026070222152680501D985EA34A3BE3D8"

Response

Validation result retrieved

GroupId
string

LivenessFace asset group ID. Empty when the validation is not completed or did not create a group.

Example:

"group-20260702221642-5czvq"