Queries the AI image information of a specified video.
Operation description
Currently, this operation is supported in the following regions: China (Beijing) and China (Shanghai).
This operation can query AI image information of only a single video. Batch queries are not supported.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:ListAIImageInfo |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VideoId |
string |
Yes |
The video ID. You can obtain the video ID by using one of the following methods:
|
357a8748c5789d2726e6436aa**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
D73420CD-D221-9122-5B8FA995A511**** |
| AIImageInfoList |
array<object> |
The list of AI image files. |
|
|
object |
The details of an AI image file. |
||
| CreationTime |
string |
The time when the data was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2020-10-15T03:30:03Z |
| AIImageInfoId |
string |
The ID of the image data information. |
b89a6aabf1b6197ebd6fe6cf29**** |
| FileURL |
string |
The URL of the AI image file. |
http://example.aliyundoc.com/357a8748c5789d2726e6436aa****/image/ai/b0a7612554d6400013-0****.gif?auth_key=1602745717-0-0-005ee05616c5925596d**** |
| Version |
string |
The data version ID. |
b547f3f0e199c3b457369f3cf**** |
| VideoId |
string |
The video ID. |
357a8748c5789d2726e6436aa**** |
| JobId |
string |
The ID of the AI image processing job. |
cf08a2c6e11ee1711b738b9067**** |
| Score |
string |
The image score. |
5.035636554444242 |
| Format |
string |
The image format. Valid values: gif and png. |
gif |
Examples
Success response
JSON format
{
"RequestId": "D73420CD-D221-9122-5B8FA995A511****",
"AIImageInfoList": [
{
"CreationTime": "2020-10-15T03:30:03Z",
"AIImageInfoId": "b89a6aabf1b6197ebd6fe6cf29****",
"FileURL": "http://example.aliyundoc.com/357a8748c5789d2726e6436aa****/image/ai/b0a7612554d6400013-0****.gif?auth_key=1602745717-0-0-005ee05616c5925596d****",
"Version": "b547f3f0e199c3b457369f3cf****",
"VideoId": "357a8748c5789d2726e6436aa****",
"JobId": "cf08a2c6e11ee1711b738b9067****",
"Score": "5.035636554444242",
"Format": "gif"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.