Queries jobs of image AI processing.
Operation description
- Regions that support this operation: China (Beijing) and China (Shanghai).
- Call the SubmitAIImageJob operation to submit image AI processing jobs before you call this operation to query image AI processing jobs.
- You can query a maximum of 10 jobs of image AI processing in one request.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
JobIds | string | Yes | The ID of the image AI processing job. You can obtain the value of JobId from the response to the SubmitAIImageJob operation.
| cf08a2c6e11e*****de1711b738b9067 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7721B494-1F78-4E*****E8-A7CEE7315BFA",
"AIImageJobList": [
{
"Status": "success",
"CreationTime": "2020-10-15T03:30:03Z",
"AIImageResult": "[{\"Score\":5.035636554444242,\"Url\":\"http://outin-*****.oss-cn-shanghai.aliyuncs.com/357a8748c577*****789d2726e6436aa/image/ai/b0a7612554d*****5cbe3-00001.gif\"}]",
"VideoId": "357a8748c577*****789d2726e6436aa",
"JobId": "cf08a2c6e11e*****de1711b738b9067",
"UserData": "{\"Extend\":{\"localId\":\"****\",\"test\":\"www\"}}",
"Code": "Success",
"Message": "success",
"TemplateConfig": "{\"Format\":\"gif\",\"SetDefaultCover\":\"true\"}",
"TemplateId": "5a86a00f15194*****d7fe7de1b4a173"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.