curl --location --request POST 'https://api.ppai.pro/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-2张图,默认图1首帧图2尾帧,支持url和base64,示例:data:image/png;base64,<base64_image>
"model": "veo3.1-pro",
"prompt": "飞碟在太空穿梭",
"size": "16x9" //16x9或者9x16
}'{
"created": 1762481402,
"expires_at": 1762567802,
"id": "veo3.1:1762481402-KL75zoR3kA", //视频id,拿这个取视频
"model": "veo3.1",
"object": "task",
"status": "submitted",
"task_type": "sora2_video_generation"
}