Parameters | Type | Mandatory | Description |
PageIndex | int | Yes | Current page |
PageSize | int | Yes | Page size (maximum of 100) |
AnchorCodes | Array of string | No | Filter condition by AnchorCode |
Parameters | Type | Mandatory | Description |
Virtualmans | Array of [SmallSampleImage] | Yes | Resources of the digital human within customers' permissions |
Total | int | Yes | Totals |
Parameters | Type | Mandatory | Description |
VirtualmanKey | string | Yes | Digital human virtualmanKey; a unique identifier for the avatar. |
AnchorName | string | Yes | Anchor Name |
AnchorCode | string | Yes | Anchor 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 |
ExpireDate | string | Yes | Validity Period |
VideoDuration | int | Yes | Total accumulated duration for calling the digital human, in milliseconds. |
VideoNum | int | Yes | Total number of videos for the digital human |
OriginZoom | float | Yes | Initial zoom factor for the digital human |
OriginZoomStr | String type floating point number | Yes | Initial scaling factor of the digital human, accurate to three decimal places |
ReferenceVideoSegmentUrl | string | Yes | URL of the selected video clip for the Avatar. |
{"Header": {},"Payload": {"pageIndex": 1,"PageSize": 10}}
{"Header": {"Code": 0,"Message": "","RequestID": "123"},"Payload": {"Virtualmans": [{"VirtualmanKey": "6d266ff720f04df39b8e0a17553382d1","AnchorName": "Teacher Wuji","AnchorCode": "wuji_teacher_v3","ClothesName": "polo shirt","PoseName": "Standing","Resolution": "1920x1080","HeaderImage": "url","PoseImage": "url","ClothesImage": "url","SupportDriverTypes": ["Text","OriginalVoice"],"ExpireDate": "2023-04-01 00:00:00","VideoDuration": 50000,"VideoNum": 3,"OriginZoom": 0.50}],"Total": 22}}
Was this page helpful?