curl --location --request POST '/minimalist/api/image-to-video/vira/createImage2Video' \
--header 'x-api-key: t3st9fca428df938203e3af46a4f5ea11ecc' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "vidi-xl",
"imageUrl": "https://cdn.pixabay.com/photo/2023/04/08/18/01/flower-7909902_1280.jpg",
"duration": 5,
"resolution": "720p",
"movementAmplitude": "medium",
"prompt": "自然流动的花朵效果",
"fileName": "flower_animation",
"async": true
}'{
"code": 0,
"errorMessage": "",
"aboutUrl": "https://mathmind.feishu.cn/docx/Q6eodjvPLoq7yDxZaHOcfnFrntg",
"traceId": "7aeff2bc-8157-437b-934a-0a71a12cc972",
"state": "PENDING",
"errCode": "",
"downloadUrl": null,
"videoInfo": {
"id": "7aeff2bc-8157-437b-934a-0a71a12cc972",
"url": "",
"coverUrl": ""
}
}