创建视频
概览
- 方法: POST
- 地址: https://api.winfull.cloud-ip.cc/v1/video/create
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
{
"model": "jimeng-video-3.0",
"prompt": "cat fish",
"aspect_ratio": "3:2",
"size": "720P",
"images": []
}请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/v1/video/create' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "jimeng-video-3.0",
"prompt": "cat fish",
"aspect_ratio": "3:2",
"size": "720P",
"images": []
}'返回示例
🟢200OK 示例
{
"id": "veo3.1-components:1762241017-xTL0P9HvGF",
"status": "pending",
"status_update_time": 1762241017286
}最后更新:2026-01-16 03:51:59
