Models Hub
API ReferenceHuman Verification

Upload portrait asset

Upload a portrait asset for liveness verification.

Edit this page
POST
/api/resource-channel/byteplus/visual-validate/assets

Request Body

multipart/form-data

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" \  -F image="string"
{
  "success": true,
  "message": "string",
  "data": {
    "asset_id": "string",
    "group_id": "string",
    "asset_name": "string",
    "status": "string",
    "image_url": "http://example.com",
    "created_at": "string",
    "updated_at": "string"
  }
}