发起新任务
POST /uniapp-service/api/runway/add
POST
/uniapp-service/api/runway/add
Authorizations
Request Body
添加Runway任务参数
object
callbackUrl
回调通知地址
string
images
required
图片资源信息
Array<object>
添加Runway任务参数之图片
object
frameIndex
图片索引,第一张为0,最后一张为1
integer format: int32
image
required
图片地址
string
ratio
required
图片宽度与高度之比,16:9,9:16
string
seconds
required
视频时长,5 或 10
integer format: int32
taskType
required
任务类型,gen3a_turbo,gen3a,gen2
string
textPrompt
提示词
string
Responses
200
OK
接口调用返回结果
object
code
required
返回结果状态码,0为成功,非0为失败
integer format: int32
message
返回结果说明信息
string
result
返回结果数据
object
callbackUrl
回调通知地址
string
createdTime
创建时间
string
error
错误信息
string
id
required
Runway任务ID
string
images
required
图片资源信息
Array<object>
Runway任务资源信息
object
createdTime
创建时间
string
frameIndex
图片索引,第一张为0,最后一张为1
integer format: int32
imageActual
required
实际上传的图片地址
string
imageOrg
required
原始图片地址
string
modifiedTime
修改时间
string
taskId
required
Runway任务ID
string
modifiedTime
修改时间
string
ratio
required
图片宽度与高度之比,16:9,9:16
string
seconds
required
视频时长,5 或 10
integer format: int32
taskStatusCode
required
任务状态,0:新增;1:排队中;2:视频制作中;3:视频制作成功;4:视频制作失败
integer format: int32
taskType
required
任务类型,gen3a_turbo,gen3a,gen2
string
textPrompt
提示词
string
videoUrl
视频下载地址
string
success
required
是否成功标志
boolean
timestamp
返回的时间戳
integer format: int64
201
Created
object
401
Unauthorized
object
403
Forbidden
object
404
Not Found