Queries the details of a specified digital human that has been successfully trained.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetAvatar |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AvatarId |
string |
Yes |
The digital human ID. |
Avatar-XXXX |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| Data |
object |
The response data. |
|
| Avatar |
object |
The digital human. |
|
| AvatarDescription |
string |
The description of the digital human. |
This is a digital human used for a specific scenario. |
| AvatarId |
string |
The digital human ID. |
Avatar-XXXX |
| AvatarName |
string |
The name of the digital human. |
Decimal |
| AvatarType |
string |
The type of the digital human. |
2DAvatar |
| Height |
integer |
The height of the digital human image, in pixels. |
1920 |
| Portrait |
string |
The media asset ID of the portrait image. |
****571c704445f9a0ee011406c2**** |
| Thumbnail |
string |
The thumbnail URL. |
https://your-bucket.oss-cn-hangzhou.aliyuncs.com/thumbnail.png |
| Transparent |
boolean |
Indicates whether the digital human supports the alpha channel. |
true |
| Width |
integer |
The width of the digital human image, in pixels. |
1080 |
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Data": {
"Avatar": {
"AvatarDescription": "This is a digital human used for a specific scenario.",
"AvatarId": "Avatar-XXXX",
"AvatarName": "Decimal",
"AvatarType": "2DAvatar",
"Height": 1920,
"Portrait": "****571c704445f9a0ee011406c2****",
"Thumbnail": "https://your-bucket.oss-cn-hangzhou.aliyuncs.com/thumbnail.png",
"Transparent": true,
"Width": 1080
}
},
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.