Retrieves the details of a Yike storyboard job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetYikeStoryboardJob |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
No |
The storyboard job ID. |
****20b48fb04483915d4f2cd8ac**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
******3B-0E1A-586A-AC29-742247****** |
| JobId |
string |
The storyboard job ID. You can obtain this ID from the response parameters of the SubmitStoryboardJob operation. |
****a046-263c-3560-978a-fb287782**** |
| JobParams |
object |
A JSON object that contains the parameters for the job. The structure of this object varies based on the AI algorithm. |
|
| FileURL |
string |
The OSS URL of the file. |
https://test.oss-cn-shanghai.aliyuncs.com/test.mp4 |
| ShotPromptMode |
string |
The shot generation mode. |
multi |
| SourceType |
string |
The source type. |
Novel |
| ModelParams |
string |
The model parameters. |
{ "AudioEnable": false } |
| ShotSplitMode |
string |
The shot splitting mode. |
firstPersonNarration |
| NarrationVoiceId |
string |
The narration voice. |
sys_YoungGracefulWoman |
| VideoModel |
string |
The video model. |
wan2.6-r2v-flash |
| StyleId |
string |
The style ID. |
RealisticPhotography |
| Resolution |
string |
The resolution of the generated video. |
1K |
| Title |
string |
The job title. - Maximum length: 128 bytes. - UTF-8 encoding. |
test-title |
| AspectRatio |
string |
The aspect ratio of the video. |
16:9 |
| JobStatus |
string |
The job status. Valid values:
|
Succeeded |
| JobResult |
object |
The job result. |
|
| OutputUrl |
string |
The downloadable OSS URL. |
https://test.oss-cn-shanghai.aliyuncs.com/test.mp4 |
| SuccessStoryboardList |
string |
A list of IDs for successful storyboards. |
[\"st_2118280473\"] |
| ExceptionStoryboardIds |
string |
A list of IDs for storyboards that encountered an exception. |
[\"st_2053348871\"] |
| FailureShotList |
string |
A list of shots that failed to generate. |
[{\"errorCode\":\"NoMediaData\",\"storyboardId\":\"st_2118280473\",\"shotId\":\"54\"}] |
| SuccessStoryboardIds |
string |
A comma-separated list of successful storyboard IDs. |
st_2118280473, st_2118280471 |
| StoryboardInfoList |
string |
Detailed information about each storyboard in the job. |
[{\"storyboardId\":\"st_1541525214\",\"title\":\"test_1\",\"status\":\"Produced\",\"subStatus\":\"ProduceSucc\"},{\"storyboardId\":\"st_1633435355\",\"title\":\"test_2\",\"status\":\"Produced\",\"subStatus\":\"ProduceSucc\"}] |
Examples
Success response
JSON format
{
"RequestId": "******3B-0E1A-586A-AC29-742247******",
"JobId": "****a046-263c-3560-978a-fb287782****",
"JobParams": {
"FileURL": "https://test.oss-cn-shanghai.aliyuncs.com/test.mp4",
"ShotPromptMode": "multi",
"SourceType": "Novel",
"ModelParams": "{\n \"AudioEnable\": false\n}",
"ShotSplitMode": "firstPersonNarration",
"NarrationVoiceId": "sys_YoungGracefulWoman",
"VideoModel": "wan2.6-r2v-flash",
"StyleId": "RealisticPhotography",
"Resolution": "1K",
"Title": "test-title",
"AspectRatio": "16:9"
},
"JobStatus": "Succeeded",
"JobResult": {
"OutputUrl": "https://test.oss-cn-shanghai.aliyuncs.com/test.mp4",
"SuccessStoryboardList": "[\\\"st_2118280473\\\"]",
"ExceptionStoryboardIds": "[\\\"st_2053348871\\\"]",
"FailureShotList": "[{\\\"errorCode\\\":\\\"NoMediaData\\\",\\\"storyboardId\\\":\\\"st_2118280473\\\",\\\"shotId\\\":\\\"54\\\"}]",
"SuccessStoryboardIds": "st_2118280473, st_2118280471",
"StoryboardInfoList": "[{\\\"storyboardId\\\":\\\"st_1541525214\\\",\\\"title\\\":\\\"test_1\\\",\\\"status\\\":\\\"Produced\\\",\\\"subStatus\\\":\\\"ProduceSucc\\\"},{\\\"storyboardId\\\":\\\"st_1633435355\\\",\\\"title\\\":\\\"test_2\\\",\\\"status\\\":\\\"Produced\\\",\\\"subStatus\\\":\\\"ProduceSucc\\\"}]"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.