| 状态 | 说明 |
|---|---|
queued | 已提交,等待处理 |
processing | 生成中 |
completed | 生成完成,可下载 |
failed | 生成失败 |
视频生成通常需要 1-5 分钟,4K/1080P 放大模型可能需要 5-10 分钟。建议每 30 秒轮询一次,超过 20 分钟未完成可以为超时。
curl --location 'https://poloai.top/v1/videos/task_c2501e2846d2bf1d06428da9/content' \
--header 'Authorization: sk-'{
"id": "veo3.1:1764899481-jTkhPerTVj",
"size": "720x1280",
"model": "veo3.1",
"object": "video",
"status": "completed",
"seconds": "5",
"progress": 100,
"video_url": "https://filesystem.site/cdn/20251205/ce929b930f8efce563d22c02104ded.mp4",
"created_at": 1764899481,
"completed_at": 1764899579
}