提交视频生成任务
概览
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
{
"prompt": "一只小猪在高速公路上快乐的奔跑",
"duration": 5,
"aspect_ratio": "21:9",
"cfg_scale": 0.5
}请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/jimeng/submit/videos' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "一只小猪在高速公路上快乐的奔跑",
"duration": 5,
"aspect_ratio": "21:9",
"cfg_scale": 0.5
}'返回示例
🟢200成功 示例
{
"code": "success",
"message": "",
"data": "cgt-20250829165122-qkwch"
}最后更新:2025-08-29 08:51:44
