{
"enable_upsample": true,
"enhance_prompt": true,
"first_image_url": "https://filesystem.site/cdn/20250702/w8AauvxxPhYoqqkFWdMippJpb9zBxN.png",
"model": "veo3.1",
"prompt": "make animate",
"aspect_ratio": "16:9",
"resolution": "720p",
"seconds": 8
}curl --location --request POST 'https://maas.haoee.com/veo/api/v1/generate_videos' \
--header 'Authorization: {{API_KEY}}' \
--header 'ModelName: veo3.1' \
--header 'lineType: main' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_upsample": true,
"enhance_prompt": true,
"first_image_url": "https://filesystem.site/cdn/20250702/w8AauvxxPhYoqqkFWdMippJpb9zBxN.png",
"model": "veo3.1",
"prompt": "make animate",
"aspect_ratio": "16:9",
"resolution": "720p",
"seconds": 8
}'{
"code": 0,
"message": "成功",
"data": {
"task_sn": "skt01202601301645540d5l055a",
"task_state": "init"
}
}