Skip to content

视频生成

提交视频任务

接口POST /v1/video/generations

参数类型必填说明
modelstring视频模型名称
promptstring视频描述

查询视频任务

接口GET /v1/videos/{id}GET /v1/video/generations/{id}返回

json
{
    "task_id": "abcd1234efgh",
    "status": "succeeded",
    "url": "https://h2.inkwai.com/bs2/upload-ylab-stunt/se/ai_portal_queue_mmu_video_upscale_aiweb/3214b798-e1b4-4b00-b7af-72b5b0417420_video_0.mp4"
}