API ReferenceHuman Verification
List portrait assets
List the portrait assets for liveness verification.
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
}
}