Parameters | Type | Mandatory | Description |
GetAllResource | bool | Yes | When set to false, it retrieves resources specific to the current AppKey; when set to true, it retrieves all resources associated with the current user. |
VirtualmanTypeCode | string | No | Digital human type code: real_man_2d: 2D Premium Anchor real_man_3d: 3D Anchor |
Parameters | Type | Mandatory | Description |
VirtualmanResources | Array of [VirtualmanResource] | Yes | Resources of the digital human within customers' permissions |
Parameters | Type | Mandatory | Description |
AppKey | string | Yes | Requested AppKey |
Virtualmans | Array of [Virtualman] | Resources of the digital human corresponding to this AppKey |
Parameters | Type | Mandatory | Description |
AnchorName | string | Yes | Anchor Name |
AnchorCode | string | Yes | Anchor Code |
HeaderImage | string | Yes | Digital human avatar image URL |
VirtualmanType | string | Yes | Digital human type |
VirtualmanTypeCode | string | Yes | Digital human type code |
Tag | string | Yes | Digital human model tags, categorized into three types: 1. Basic 2. Standard 3. Advanced Currently, the tag only affects the horizontal and vertical positioning of anchors. See the API Video Production API - Advanced Version. |
{"Header": {},"Payload": {"GetAllResource": true,"VirtualmanTypeCode": "real_man_2d"}}
{"Header": {"Code": 0,"Message": "","RequestID": "123"},"Payload": {"VirtualmanResources": [{"AppKey": "22222","Virtualmans": [{"AnchorName": "Yani","HeaderImage": "url","AnchorCode": "yani","VirtualmanTypeCode": "real_man_2d","VirtualmanType": "2D Real Person"}]}]}}
Was this page helpful?