Retrieves the details of a Yike AI App job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetYikeAIAppJob |
get |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
No |
The job ID. |
****20b48fb04483915d4f2cd8ac**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0622C702-41BE-467E-AF2E-883D4517962E |
| JobId |
string |
The job ID. |
****cdb3e74639973036bc84**** |
| AppId |
string |
The Yike AI App ID. |
app-**** |
| AppParams |
string |
The input parameters for the Yike AI App, provided as a JSON string. |
{\"LoadImage.1.TargetImage\":\"MediaId1\"} |
| Status |
string |
The status of the job. Valid values:
|
Created |
| ProductionId |
string |
The project ID. |
****cdb3e74639973036bc84**** |
| FolderId |
string |
The folder ID. |
folder-u3ilwhoc36ux9a**** |
| ExecutionStartTime |
string |
The UTC time when the job started, in |
2026-02-06T18:53:34.001+08:00 |
| ExecutionFinishTime |
string |
The UTC time when the job finished, in |
2026-02-06T18:53:18.809+08:00 |
| Result |
object |
The job results. |
|
| ImageResult |
array<object> |
The image results. |
|
|
object |
A single image result. |
||
| MediaId |
string |
The media asset ID. |
1a7852b032c371f0b64fe6f6c74b**** |
| OutputUrl |
string |
The OSS URL of the output file. |
http://outin-***.oss-cn-shanghai.aliyuncs.com/stream/48555e8b-181dd5a8c07/48555e8b-181dd5a8c07.png |
| VideoResult |
array<object> |
The video results. |
|
|
object |
A single video result. |
||
| MediaId |
string |
The media asset ID. |
1a7852b032c371f0b64fe6f6c74b**** |
| OutputUrl |
string |
The OSS URL of the output file. |
http://outin-***.oss-cn-shanghai.aliyuncs.com/stream/48555e8b-181dd5a8c07/48555e8b-181dd5a8c07.mp4 |
| AudioResult |
array<object> |
The audio results. |
|
|
object |
A single audio result. |
||
| MediaId |
string |
The media asset ID. |
1a7852b032c371f0b64fe6f6c74b**** |
| OutputUrl |
string |
The OSS URL of the output file. |
http://outin-***.oss-cn-shanghai.aliyuncs.com/stream/48555e8b-181dd5a8c07/48555e8b-181dd5a8c07.mp3 |
Examples
Success response
JSON format
{
"RequestId": "0622C702-41BE-467E-AF2E-883D4517962E",
"JobId": "****cdb3e74639973036bc84****",
"AppId": "app-****",
"AppParams": "{\\\"LoadImage.1.TargetImage\\\":\\\"MediaId1\\\"}",
"Status": "Created",
"ProductionId": "****cdb3e74639973036bc84****\n",
"FolderId": "folder-u3ilwhoc36ux9a****",
"ExecutionStartTime": "2026-02-06T18:53:34.001+08:00",
"ExecutionFinishTime": "2026-02-06T18:53:18.809+08:00",
"Result": {
"ImageResult": [
{
"MediaId": "1a7852b032c371f0b64fe6f6c74b****",
"OutputUrl": "http://outin-***.oss-cn-shanghai.aliyuncs.com/stream/48555e8b-181dd5a8c07/48555e8b-181dd5a8c07.png"
}
],
"VideoResult": [
{
"MediaId": "1a7852b032c371f0b64fe6f6c74b****",
"OutputUrl": "http://outin-***.oss-cn-shanghai.aliyuncs.com/stream/48555e8b-181dd5a8c07/48555e8b-181dd5a8c07.mp4"
}
],
"AudioResult": [
{
"MediaId": "1a7852b032c371f0b64fe6f6c74b****",
"OutputUrl": "http://outin-***.oss-cn-shanghai.aliyuncs.com/stream/48555e8b-181dd5a8c07/48555e8b-181dd5a8c07.mp3"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.