pika视频高清任务查询
POST
https://openapi.w8x.cn/api/pika/upscale_jobs使用原始视频 URL 获取 高清 作业的结果
参数 | 类型 | 必需 | 描述 |
---|---|---|---|
video | text | 是 | 您要提升分辨率的原始视频的URL。必须是由Pika Web Bot生成的。可以在videos[0].resultUrl中找到 |
请求参数
Body 参数application/json
video
string
必需
the url of the original video you used in the /web/upscale endpoint
key
string
必需
示例
{
"key":"你的key",
"video": "https://cdn.pika.art/v1/f1089095-0e4e-4414-8142-b953becd3d31/Naturalic_film_style,_natural_light,_film_grain,_The_sea_water_is_flowing_gently_seed4943363992325029.mp4" //the url of the original video you used in the /web/upscale endpoint
}
示例代码
返回响应
成功(200)
失败(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
job
object
必需
videos
array [object {14}]
必需
exec_time
number
必需
ip
string
必需
示例
{
"code": 200,
"msg": "提交生成成功",
"data": {
"job": {
"accountId": "28ZMaFgcMmwqc6lpxyP6",
"requestType": "upscale",
"upscaled": true,
"adjusted": false,
"pikaJobId": "ba632b0b-605d-480a-a80d-def82ad8dabc",
"id": "ba632b0b-605d-480a-a80d-def82ad8dabc",
"promptText": "Naturalistic film style, natural light, film grain, The sea water is flowing gently",
"params": {
"options": {
"extend": false,
"frameRate": 24,
"aspectRatio": "16:9",
"camera": null,
"parameters": {
"motion": 1,
"seed": null,
"guidanceScale": 12,
"negativePrompt": "Poor quality, poor details, unrealistic, low resolution, poor quality, ugly, low quality rendering, low quality characters, fantasy, fake, unnatural movement, amateur quality, blurry."
}
},
"video": "https://cdn.pika.art/v1/f1089095-0e4e-4414-8142-b953b3d31/Naturalistic_film_style,_natural_light,_film_grain,_The_sea_water_is_flowing_gently_seed4943363992325029.mp4",
"promptText": "Naturalistic film style, natural light, film grain, The sea water is flowing gently",
"userId": "7cf21fe7-8113-497c-9fc4-d812371e8174"
},
"extended": 0,
"status": "finished",
"createdAt": "2024-06-28T02:43:11.000Z"
},
"videos": [
{
"folders": [],
"seed": null,
"pikaVideoId": "ba632b0b-605d-480a-a80d-def82ad8dabc",
"videoPoster": "https://cdn.pika.art/v1/ba632b0b-605d-480a-ef82ad8dabc/poster.jpg",
"duration": 3,
"feedback": 0,
"accountId": "28ZMaFgcMmwqc6lpxyP6",
"jobId": "ba632b0b-605d-480a-a80d-def82ad8dabc",
"progress": 100,
"resultUrl": "https://cdn.pika.art/v1/ba632b0b-605d-48a80d-def82ad8dabc/Naturalistic_film_style,_natural_light,_film_grain,_The_sea_water_is_flowing_gently_seed4943363992325029_upscaled.mp4",
"id": "ba632b0b-605d-480a-a80d-def82ad8dabc",
"imageThumb": "https://cdn.pika.art/v1/ba632b0b-605da-a80d-def82ad8dabc/thumbnail.jpg",
"favorited": false,
"status": "finished"
}
]
},
"exec_time": 0.640362,
"ip": ""
}
最后修改时间: 7 个月前