GetYikeStoryboardJob - 查询故事板生成任务

更新时间:
复制为 MD 格式

获取一刻AI应用任务

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。

  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。

  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:

    • 对于必选的资源类型,用前面加 * 表示。

    • 对于不支持资源级授权的操作,用全部资源表示。

  • 条件关键字:是指云产品自身定义的条件关键字。

  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。

操作

访问级别

资源类型

条件关键字

关联操作

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:处理成功。

  • Failed:处理失败。

  • Running:处理中。

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\\\"}]"
  }
}

错误码

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情