Skip to main content
POST
Get visual validate result (GetVisualValidateResult)

Introduction

Query validation result using the BytedToken returned from CreateVisualValidateSession. A successful call means live person validation passed and a GroupType = LivenessFace asset group was created synchronously.
The response is also a flat structure, not the {ResponseMetadata, Result} envelope.
This endpoint also performs quota checks (returns 403 QuotaExceeded on limit)—but this is a secondary gate; the primary check is at CreateVisualValidateSession.

Authentication

string
required
Bearer Token, e.g. Bearer sk-your_token_key

Request parameters

string
required
BytedToken from the CreateVisualValidateSession response

Request example

Response example

Validation passed:
After receiving GroupId, manage assets the same way as AIGC groups using CreateAsset / ListAssets / GetAsset / UpdateAsset / DeleteAsset / DeleteAssetGroup and other Actions. If validation is not yet complete or was rejected, the corresponding error status code and error body are returned.