ManagementVisual Verification
查询人像素材列表
查询真人认证人像素材列表。
查询真人认证人像素材列表。
Authorization
bearerAuth AuthorizationBearer <token>
使用 Authorization Bearer API Key 进行鉴权。
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/resource-channel/byteplus/visual-validate/assets/list" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"message": "string",
"data": {
"items": [
{
"asset_id": "string",
"group_id": "string",
"asset_name": "string",
"status": "string",
"image_url": "http://example.com",
"created_at": "string",
"updated_at": "string"
}
],
"total": 0
}
}