Queries the basic information and URL of an image based on the image ID after you upload the image to ApsaraVideo VOD.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:GetImageInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ImageId |
string |
Yes |
The ID of the image. You can use one of the following methods to obtain the ID:
|
3e34733b40b9a96ccf5c1ff6f69**** |
| AuthTimeout |
integer |
No |
The time when the image URL expires. Unit: seconds.
|
3600 |
| OutputType |
string |
No |
The type of the output image URL. Valid values:
|
cdn |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
AB99D4DF-FAFA-49DC-9C548C1E261E**** |
| ImageInfo |
object |
The information about the image. |
|
| CreationTime |
string |
The time when the image was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2018-11-21T02:37:23Z |
| StorageLocation |
string |
The bucket in which the image is stored. |
outin-****..oss-cn-shanghai.aliyuncs.com |
| Status |
string |
The status of the image. Valid values:
|
Uploading |
| CateId |
integer |
The ID of the category. |
254766071 |
| Tags |
string |
The tags of the image. Multiple tags are separated by commas (,). |
tag1,tag2,tag3 |
| ImageType |
string |
The type of the image. Valid values:
|
NormalSnapshot |
| CateName |
string |
The name of the category. |
test name |
| Description |
string |
The description of the image. |
test description |
| AppId |
string |
The ID of the application. |
app-**** |
| URL |
string |
The image URL. If a domain name for CDN is specified, a CDN URL is returned. Otherwise, an OSS URL is returned. |
http://example.aliyundoc.com/image/default/****.gif?auth_key=**** |
| Title |
string |
The title of the image. |
this is a sample |
| ImageId |
string |
The ID of the image. |
bbc65bba53f9*****ed90de118a7849 |
| Mezzanine |
object |
The source information about 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 image. Unit: bytes. |
8932 |
Examples
Success response
JSON format
{
"RequestId": "AB99D4DF-FAFA-49DC-9C548C1E261E****",
"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": "Test",
"Description": "Test 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"
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.