{
"prompt": "一只橘色的猫咪在蓝天白云中飞翔,阳光洒在它的毛发上,画面唯美而梦幻",
"model": "veo3",
"enhance_prompt": true
}
curl --location --request POST '/veo/v1/api/video/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "一只橘色的猫咪在蓝天白云中飞翔,阳光洒在它的毛发上,画面唯美而梦幻",
"model": "veo3",
"enhance_prompt": true
}'
{
"success": true,
"data": {
"taskId": "veo3:a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"pollingUrl": "https://asyncdata.net/source/veo3:a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"status": "processing",
"message": "任务提交成功,正在处理中"
}
}