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. |
AnchorCode | string | Yes | Anchor code, which can be obtained through the Customer Resource Query Anchor API |
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] | Yes | Digital human under this role code |
Parameters | Type | Mandatory | Description |
VirtualmanKey | string | Yes | Define the broadcasting role, clothing, pose, and resolution. |
Name | string | Yes | Role name |
Code | string | Yes | Role code |
ClothesName | string | Yes | Digital human clothing |
PoseName | string | Yes | Digital human pose |
Resolution | string | Yes | Digital human resolution |
HeaderImage | string | Yes | Digital human avatar image URL |
PoseImage | string | Yes | Digital human pose image URL |
ClothesImage | string | Yes | Digital human clothing image URL |
SupportDriverTypes | Array of [string] | Yes | Supported drive types of the digital human 1. Text: Text-driven 2. OriginalVoice: Original voice audio-driven 3. ModulatedVoice: Modulated voice audio-driven |
SupportAnchorExtraParams | Array if [SupportAnchorExtraParam] | Yes | Description of configurable parameters for the digital human avatars: Currently only 3D clothing color change parameters are included. |
OriginZoom | String type floating point number | Yes | Initial scaling factor of the digital human, accurate to three decimal places |
{"Header": {},"Payload": {"GetAllResource": true,"AnchorCode": "yani"}}
{"Header": {"Code": 0,"Message": "","RequestID": "123"},"Payload": {"VirtualmanResources": [{"AppKey": "22222","Virtualmans": [{"VirtualmanKey": "abddd","AnchorName": "Yani","AnchorCode": "yani","ClothesName": "Yellow Suit","PoseName": "Standing","Resolution": "1920x1080","HeaderImage": "url","PoseImage": "url","ClothesImage": "url","SupportDriverTypes": ["Text","OriginalVoice"],"SupportAnchorExtraParams": [{"Key": "shirtColor","Description": "Suit Color","Type": 1,"Value": ["colorValue"]},{"Key": "clotheColor","Description": "Shirt Color","Type": 1,"Value": ["colorValue"]}]}]}]}}
Was this page helpful?