获取一刻AI应用任务
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
ice:GetYikeStoryboardJob |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| JobId |
string |
否 |
截图任务 ID。 |
****20b48fb04483915d4f2cd8ac**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 ID。 |
******3B-0E1A-586A-AC29-742247****** |
| JobId |
string |
任务 ID。可以从提交打包任务的返回参数中获取。 |
****a046-263c-3560-978a-fb287782**** |
| JobParams |
object |
算法作业参数,JSON 对象,不同算法对应参数内容不同。 |
|
| FileURL |
string |
文件 OSS 地址 |
https://test.oss-cn-shanghai.aliyuncs.com/test.mp4 |
| ShotPromptMode |
string |
分镜生成模式 |
multi |
| SourceType |
string |
源类型 |
Novel |
| ModelParams |
string |
随机种子 |
{ "AudioEnable": false } |
| ShotSplitMode |
string |
分镜拆分模式 |
firstPersonNarration |
| NarrationVoiceId |
string |
旁白音色 |
sys_YoungGracefulWoman |
| VideoModel |
string |
视频模型 |
wan2.6-r2v-flash |
| StyleId |
string |
风格 id |
RealisticPhotography |
| Resolution |
string |
生成视频分辨率 |
1K |
| Title |
string |
任务标题 - 长度不超过 128 字节。 - UTF8 编码。 |
test-title |
| AspectRatio |
string |
视频宽高比 |
16:9 |
| JobStatus |
string |
任务状态,可取值:
|
Succeeded |
| JobResult |
object |
任务结果 |
|
| OutputUrl |
string |
可下载的 OSS 地址。 |
https://test.oss-cn-shanghai.aliyuncs.com/test.mp4 |
| SuccessStoryboardList |
string |
成功故事板列表 |
[\"st_2118280473\"] |
| ExceptionStoryboardIds |
string |
异常故事板列表 |
[\"st_2053348871\"] |
| FailureShotList |
string |
失败分镜列表 |
[{\"errorCode\":\"NoMediaData\",\"storyboardId\":\"st_2118280473\",\"shotId\":\"54\"}] |
| SuccessStoryboardIds |
string |
成功故事版数据列表,逗号分割 |
st_2118280473, st_2118280471 |
| StoryboardInfoList |
string |
故事版生成任务,故事版详细信息 |
[{\"storyboardId\":\"st_1541525214\",\"title\":\"test_1\",\"status\":\"Produced\",\"subStatus\":\"ProduceSucc\"},{\"storyboardId\":\"st_1633435355\",\"title\":\"test_2\",\"status\":\"Produced\",\"subStatus\":\"ProduceSucc\"}] |
示例
正常返回示例
JSON格式
{
"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\\\"}]"
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。