All Products
Search
Document Center

Intelligent Media Services:ListSmartSysAvatarModels

Last Updated:Dec 16, 2024

Queries a list of system digital humans. This operation supports paged queries.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ice:ListSmartSysAvatarModelslist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNolongNo

The page number. Default value: 1.

1
PageSizelongNo

The number of entries per page. Default value: 10. Valid values: 1 to 100.

10

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

****63E8B7C7-4812-46AD-0FA56029AC86****
SmartSysAvatarModelListarray<object>

The queried digital humans.

SmartSysAvatarModelListobject

The queried digital human.

AvatarNamestring

The name of the digital human.

AvatarIdstring

The ID of the digital human. The ID is required to submit a separate digital human rendering job or use the digital human image in an intelligent timeline.

yunqiao
CoverUrlstring

The sample thumbnail URL of the digital human.

http://ice-pub-media.myalicdn.com/smart/avatarModel/coverDemo/yunqiao.mp4
VideoUrlstring

The sample video URL of the digital human.

http://ice-pub-media.myalicdn.com/smart/avatarModel/videoDemo/yunqiao.mp4
Widthinteger

The video width.

1080
Heightinteger

The video height.

1920
Bitrateinteger

The video bitrate.

4000
OutputMaskboolean

Indicates whether portrait mask rendering is supported.

false
TotalCountinteger

The total number of system digital human images returned.

4

Examples

Sample success responses

JSONformat

{
  "RequestId": "****63E8B7C7-4812-46AD-0FA56029AC86****",
  "SmartSysAvatarModelList": [
    {
      "AvatarName": "",
      "AvatarId": "yunqiao",
      "CoverUrl": "http://ice-pub-media.myalicdn.com/smart/avatarModel/coverDemo/yunqiao.mp4",
      "VideoUrl": "http://ice-pub-media.myalicdn.com/smart/avatarModel/videoDemo/yunqiao.mp4",
      "Width": 1080,
      "Height": 1920,
      "Bitrate": 4000,
      "OutputMask": false
    }
  ],
  "TotalCount": 4
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-01-30The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-08-25The request parameters of the API has changedView Change Details
2023-08-24The request parameters of the API has changedView Change Details
2023-07-13The request parameters of the API has changed. The response structure of the API has changedView Change Details