POST /v1/seedance_assets/?Action=CreateVisualValidateSession&Version=2024-01-01H5Link 后由最终用户在浏览器完成验证。CompletionMode=Callback 时 CallbackURL 必填;ManualPolling 时可省略。RequiresGroupNameInput=true 表示用户还须在验证页面提交真人素材组名称。ResponseMetadata 包装。Authorization: Bearer ********************{
"AssetSpaceId": "real-person-production",
"CallbackURL": "https://client.example.com/seedance/validated",
"ProjectName": "default"
}curl --location '/v1/seedance_assets/?Action=CreateVisualValidateSession&Version=2024-01-01' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"AssetSpaceId": "real-person-production",
"CallbackURL": "https://client.example.com/seedance/validated",
"ProjectName": "default"
}'{
"BytedToken": "byted-token-from-create-response",
"H5Link": "https://verification.example.com/session/xxx",
"CallbackURL": "https://client.example.com/seedance/validated",
"CompletionMode": "Callback",
"RequiresGroupNameInput": false
}