Skip to main content
Poll this Action after the H5 visual validation flow. A successful result returns the TokenLab material group ID for the verified person.

Endpoint And Authentication

Send the BytedToken returned by Create Visual Validation Session. If you set ProjectName during creation, send the same case-sensitive value here; otherwise omit it or use default. The result may not be ready immediately after the browser callback. Retry the same request until Result.GroupId is returned or the 30-minute BytedToken expires. Repeating a successful request with the same token returns the same mapped GroupId. Use the returned GroupId as the group_id when creating liveness_face material assets.

Example Request

Example Response

Errors use ResponseMetadata.Error.Code and ResponseMetadata.Error.Message. A success response contains ResponseMetadata and Result; it does not use the response envelope from TokenLab’s other /v1 APIs.