All Products
Search
Document Center

ApsaraVideo VOD:ListDynamicImage

Last Updated:Jul 19, 2024

Queries the information about animated stickers of a video based on the video ID.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
VideoIdstringYes

The ID of the video.

2e114f1100590c3193918fd449a****

Response parameters

ParameterTypeDescriptionExample
object

The returned data.

RequestIdstring

The ID of the request.

570189B6-572E-4953-13B4278EE0D8****
DynamicImageListarray<object>

The list of animated stickers.

object

The list of animated stickers.

CreationTimestring

The time when the animated sticker was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2020-07-28T02:01:06Z
FileURLstring

The URL of the animated sticker file.

https://example.aliyundoc.com/2e114f110059*****0c3193918fd449a/image/dynamic/2b4e51df60*****323ef43d6e336ecf.webp?auth_key=1597296785-0-0-4a48e85*****bd2bb358e0b3cade
VideoIdstring

The ID of the video.

2e114f1100590c3193918fd449a****
Widthstring

The width of the animated sticker. Unit: pixel.

640
JobIdstring

The job ID for creating the animated sticker.

2bf4390af9e5491c09cc720ad****
Heightstring

The height of the animated sticker. Unit: pixel.

360
Fpsstring

The frame rate of the animated sticker. Unit: frames per second.

10
Durationstring

The duration of the animated sticker. Unit: seconds.

2
Formatstring

The format of the animated sticker. Valid values: gif and webp.

webp
DynamicImageIdstring

The ID of the animated sticker.

2b4e51df60323ef43d6e336ecf****
FileSizestring

The size of the animated sticker file. Unit: byte.

119866

Examples

Sample success responses

JSONformat

{
  "RequestId": "570189B6-572E-4953-13B4278EE0D8****",
  "DynamicImageList": [
    {
      "CreationTime": "2020-07-28T02:01:06Z",
      "FileURL": "https://example.aliyundoc.com/2e114f110059*****0c3193918fd449a/image/dynamic/2b4e51df60*****323ef43d6e336ecf.webp?auth_key=1597296785-0-0-4a48e85*****bd2bb358e0b3cade",
      "VideoId": "2e114f1100590c3193918fd449a****",
      "Width": "640",
      "JobId": "2bf4390af9e5491c09cc720ad****",
      "Height": "360",
      "Fps": "10",
      "Duration": "2",
      "Format": "webp",
      "DynamicImageId": "2b4e51df60323ef43d6e336ecf****",
      "FileSize": "119866"
    }
  ]
}

Error codes

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