curl --location --request POST 'https://api.ppchat.vip/v1/videos' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_upsample": true, //是否1080p,true1080p,false720p
"enhance_prompt": true, //是否优化提示词
"images": [], //支持0-3张图,不支持首尾帧。图片支持url和base64格式,示例:data:image/png;base64,<base64_image>
"model": "veo3.1-components",
"prompt": "飞碟在太空穿梭",
"size": "16x9" //16x9或者9x16
}'{
"created": 1762481402,
"expires_at": 1762567802,
"id": "veo3.1:1762481402-KL75zoR3kA",
"model": "veo3.1-components",
"object": "task",
"status": "submitted",
"task_type": "sora2_video_generation"
}