feed
测试中
POST
https://api.deerapi.com/pika/feed
视频生成
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.deerapi.com/pika/feed' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "b6951371-f2b1-cd77-b4a8-903a40414947"
}'
响应示例响应示例
{
"code": 200,
"msg": "成功",
"data": {
"task_id": "64d8d683-56c2-533b-c7c8-b78f1faa3438",
"state": "succeeded",
"status": "3",
"prompt": "customize your prompt here",
"prompt_en": null,
"video_url": "https://pikacdn.deerapi.com/v1/1e59ceff-dc5e-4fef-a9c0-50dcb6de0694/customize_your_prompt_here_seed144124.mp4",
"poster": "https://pikacdn.deerapi.com/v1/1e59ceff-dc5e-4fef-a9c0-50dcb6de0694/poster.jpg",
"last_frame": null,
"msg": null,
"point": "400",
"refund": "0",
"create_time": "1741587817",
"update_time": "1741588049"
},
"exec_time": 0
}
请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{api-key}}
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
返回响应
修改于 2025-03-26 08:54:49