All Products
Search
Document Center

ApsaraVideo VOD:GetImageInfos

Last Updated:Jul 21, 2026

Queries the basic information and access URLs of multiple images by image ID after the images are uploaded to ApsaraVideo VOD.

Operation description

  • This operation only supports querying information about images uploaded to ApsaraVideo VOD. To query information about snapshots generated from video snapshots, call the ListSnapshots operation.

  • You can query information about up to 20 images at a time.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

vod:GetImageInfos

list

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

ImageIds

string

Yes

The list of image IDs. Separate multiple IDs with commas (,). A maximum of 20 IDs are supported. You can obtain image IDs by using the following methods:

  • Log on to the ApsaraVideo VOD console and choose Media Files > Images to view the IDs.

  • Obtain the IDs from the response when you call CreateUploadImage to obtain the upload URL and credential.

  • Obtain the IDs from the response when you call SearchMedia to query images.

bbc65bba53fed90de118a7849****,594228cdd14b4d069fc17a8c4a****

AuthTimeout

integer

No

The validity period of the image access URL. Unit: seconds.

  • If OutputType is set to cdn:
    • The image URL expires only if URL signing is enabled. Otherwise, the URL is permanently valid.

    • Minimum value: 1.

    • Maximum value: unlimited.

    • Default value: If this parameter is not specified, the default validity period specified in URL signing is used.

  • If OutputType is set to oss:
    • The image URL expires only if the storage permission is set to private. Otherwise, the URL is permanently valid.

    • Minimum value: 1.

    • Maximum value: To reduce security risks to the origin server, the maximum value is 2592000 (30 days) if the image is stored in a bucket managed by ApsaraVideo VOD, and 129600 (36 hours) if the image is stored in your own OSS bucket.

    • Default value: If this parameter is not specified, the value is 3600.

3600

OutputType

string

No

The type of the image access URL to return. Valid values:

  • oss: the storage address.

  • cdn (default): the CDN-accelerated URL.

cdn

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

25818875-5F78-4AF6-D7393642CA58*****

ImageInfo

array<object>

The image information list.

array<object>

The image information list.

CreationTime

string

The time when the image was created. The time is in the yyyy-MM-ddTHH:mm:ssZ format (UTC).

2018-11-21T02:37:23Z

StorageLocation

string

The storage address of the image file.

outin-****..oss-cn-shanghai.aliyuncs.com

Status

string

The image status. Valid values:

  • Uploading: The image is being uploaded. This is the initial status.

  • Normal: The image is uploaded.

  • UploadFail: The image failed to be uploaded.

Uploading

CateId

integer

The category ID.

254766071

Tags

string

The image tags. Multiple tags are separated by commas (,).

tag1,tag2,tag3

ImageType

string

The image type. Valid values:

  • default: regular image.

  • cover: video thumbnail.

default

CateName

string

The category name.

Test

Description

string

The image description.

Test description

AppId

string

The application ID.

app-****

URL

string

The image access URL. If a CDN domain name is configured, the CDN URL is returned. Otherwise, the OSS URL is returned.

http://example.aliyundoc.com/image/default/****.gif?auth_key=****

Title

string

The image title.

this is a sample

ImageId

string

The image ID.

bbc65bba53f9*****ed90de118a7849

Mezzanine

object

The mezzanine information of the image.

FileURL

string

The OSS URL of the image file.

https://outin-bfefbb*****163e1c7426.oss-cn-XXXXXXXX.aliyuncs.com/image/default/5E84CD536*****D4DAD.png?Expires=1590982353&OSSAccessKeyId=*****&Signature=ALPET74o*****c%3D

OriginalFileName

string

The URL of the source file.

****.gif

Width

integer

The width of the image. Unit: pixels.

200

Height

integer

The height of the image. Unit: pixels.

200

FileSize

string

The size of the file to be uploaded. Unit: bytes.

8932

NonExistImageIds

array

The list of image IDs that do not exist.

string

The list of image IDs that do not exist.

f45cf4eba5c80233389558c39****

Examples

Success response

JSON format

{
  "RequestId": "25818875-5F78-4AF6-D7393642CA58*****",
  "ImageInfo": [
    {
      "CreationTime": "2018-11-21T02:37:23Z",
      "StorageLocation": "outin-****..oss-cn-shanghai.aliyuncs.com",
      "Status": "Uploading",
      "CateId": 254766071,
      "Tags": "tag1,tag2,tag3",
      "ImageType": "default",
      "CateName": "测试",
      "Description": "测试描述",
      "AppId": "app-****",
      "URL": "http://example.aliyundoc.com/image/default/****.gif?auth_key=****",
      "Title": "this is a sample",
      "ImageId": "bbc65bba53f9*****ed90de118a7849",
      "Mezzanine": {
        "FileURL": "https://outin-bfefbb*****163e1c7426.oss-cn-XXXXXXXX.aliyuncs.com/image/default/5E84CD536*****D4DAD.png?Expires=1590982353&OSSAccessKeyId=*****&Signature=ALPET74o*****c%3D",
        "OriginalFileName": "****.gif",
        "Width": 200,
        "Height": 200,
        "FileSize": "8932"
      }
    }
  ],
  "NonExistImageIds": [
    "f45cf4eba5c80233389558c39****"
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.