curl --request POST \
--url https://api.jiekou.ai/v3/veo-3.1-fast-generate-img2video \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>",
"image": "<string>",
"last_image": "<string>",
"aspect_ratio": "<string>",
"duration_seconds": 123,
"enhance_prompt": true,
"generate_audio": true,
"negative_prompt": "<string>",
"person_generation": "<string>",
"resolution": "<string>",
"sample_count": 123,
"seed": {}
}
'