pika任务查询
POST
https://openapi.w8x.cn/api/pika_video/ojb任务都有post回调状态和进度,也可以调用此接口查询任务
这里不能查询高清增强的任务
请求参数
Body 参数application/json
key
string
你的key
id
string
任务ID
示例
{
"key": "",
"id": "b4c61b70-05bb-4f8c-9a43-a483612de3dd"
}
示例代码
返回响应
成功(200)
失败(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
job
object
必需
videos
array [object {12}]
必需
exec_time
number
必需
ip
string
必需
示例
{
"code": 200,
"msg": "提交生成成功",
"data": {
"job": {
"requestType": "generate",
"upscaled": false,
"adjusted": false,
"pikaJobId": "e89c86c1-2969-1234-a186-53c4c6171ab5",
"id": "e89c86c1-2969-1234-a186-53c4c6171ab5",
"accountId": "zJHhI5G1234gL1vcG2Mf",
"params": {
"options": {
"extend": false,
"frameRate": 24,
"aspectRatio": "16:9",
"camera": {
"rotate": null,
"zoom": null,
"tilt": null,
"pan": null
},
"parameters": {
"motion": 1,
"seed": null,
"guidanceScale": 12,
"negativePrompt": ""
}
},
"promptText": "robed villain lurking the streets",
"userId": "92b68ee2-a71d-4500-8fe1-4eea210d0cac"
},
"promptText": "robed villain lurking the streets",
"extended": 0,
"createdAt": {
"_seconds": 1704766446,
"_nanoseconds": 451000000
}
},
"videos": [
{
"jobId": "e89c86c1-2969-1234-a186-53c4c6171ab5",
"pikaVideoId": "e89c86c1-2969-1234-a186-53c4c6171ab5",
"accountId": "zJHhI5G1234gL1vcG2Mf",
"id": "e89c86c1-2969-1234-a186-53c4c6171ab5",
"duration": 3,
"feedback": 0,
"seed": null,
"progress": 100,
"resultUrl": "https://example.video/1234-a186-53c4c6171ab5/robed_villain_lurking_the_streets.mp4",
"imageThumb": "https://example.image/1234-a186-53c4c6171ab5/thumbnail.jpg",
"videoPoster": "https://example.image/1234-a186-53c4c6171ab5/poster.jpg",
"status": "finished"
}
]
},
"exec_time": 1.378803,
"ip": ""
}
最后修改时间: 3 个月前