---
title: "Get Visual Validate Result"
method: POST
path: "/volc/asset/GetVisualValidateResult"
---

# Get Visual Validate Result

`POST /volc/asset/GetVisualValidateResult`

Query a liveness face validation result by BytedToken. A successful verification returns a LivenessFace GroupId. Use the same Byteplus-Direct group token that created the validation session.

## Request body

- object
  - `BytedToken` string, required — Token returned by CreateVisualValidateSession.

## Response `200`

Validation result retrieved

- object
  - `GroupId` string — LivenessFace asset group ID. Empty when the validation is not completed or did not create a group.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Token not found

---

[API](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint.md) · [All operations](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anyfast/anthropic-claude-compatible-endpoint/versions/edfc53e182a1/schema)
