v1
latestOpenAPI 3.1.02026-07-224941145.6 KBCreate Visual Validate Session
Create a mobile liveness face validation session. Open the returned H5Link on a phone to complete face verification. This endpoint requires an API token created with the Byteplus-Direct group.
post/volc/asset/CreateVisualValidateSession
Request body
Example request
{
"CallbackURL": "https://example.com/callback"
}Response
Validation session created
Example response
{
"BytedToken": "2026070222152680501D985EA34A3BE3D8",
"CallbackURL": "https://example.com/callback",
"H5Link": "https://www.byteplus.com/en/liveness-face-manage/authorization?pl=..."
}