跳转到主要内容
POST
/
volc
/
asset
/
GetVisualValidateResult
查询真人认证结果
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"
}

授权

Authorization
string
header
必填

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

请求体

application/json
BytedToken
string
必填

CreateVisualValidateSession 返回的临时认证凭证。

示例:

"2026070222152680501D985EA34A3BE3D8"

响应

认证结果查询成功

GroupId
string

LivenessFace 素材组 ID。未完成或未生成素材组时可能为空字符串。

示例:

"group-20260702221642-5czvq"