Parameters | Type | Mandatory | Description |
VirtualmanTypeCode | string | Yes | |
AnchorCodes | Array of [string] | No | Digital human anchor code |
PageIndex | int | Yes | Current page |
PageSize | int | Yes | Page size (maximum of 100) |
Parameters | Type | Mandatory | Description |
Virtualmans | Array of [Virtualman] | Yes | Anchor List |
Total | int | Yes | Totals |
Parameters | Type | Mandatory | Description |
AnchorName | string | Yes | Digital human anchor name |
AnchorCode | string | Yes | Digital human anchor code |
VirtualmanType | string | Yes | Digital human type name |
VirtualmanTypeCode | string | Yes | Digital human type code |
HeaderImage | string | Yes | Digital human avatar |
Tag | string | Yes | Digital human model tags, categorized into three types: 1. Basic 2. Standard 3. Advanced Currently, tags only affect the horizontal and vertical positioning features of the digital human. |
{"Header": {},"Payload": {"pageIndex": 1,"PageSize": 10,"VirtualmanTypeCode": "real_man_3d","AnchorCodes": []}}
{"Header": {"RequestID": "gz6742f18f16917371370112105","SessionID": "gz6742f18f16917371370112106","DialogID": "","Code": 0,"Message": "ok"},"Payload": {"Virtualmans": [{"HeaderImage": "https://virtualhuman-cos-test-1251316161.cos.ap-nanjing.myqcloud.com/resource-manager/3D_Cartoon/xiaowei/202306091551/header.png","VirtualmanTypeCode": "real_man_3d","VirtualmanType": "3D Realistic","Tag": "Basic","AnchorCode": "xiaowei","AnchorName": "Xiaowei"}],"Total": 1}}
Was this page helpful?