curl --location --request POST '/minimalist/api/imageToVideo/createStartEnd2Video' \
--header 'x-api-key: a60c0e7772a948e7bd862743c19b51b5' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "vidu-high-performance",
"startImageUrl": "https://images.pexels.com/photos/2832039/pexels-photo-2832039.jpeg",
"endImageUrl": "https://images.pexels.com/photos/2693529/pexels-photo-2693529.jpeg",
"duration": 4,
"resolution": "720p",
"movementAmplitude": "medium",
"prompt": "平滑自然过渡",
"async": true
}'{
"code": 0,
"errorMessage": "",
"aboutUrl": "https://mathmind.feishu.cn/docx/Q6eodjvPLoq7yDxZaHOcfnFrntg",
"traceId": "4f32b370-2842-4c9a-88b3-7fa600468537",
"state": "PENDING",
"errCode": "",
"downloadUrl": null,
"videoInfo": {
"id": "4f32b370-2842-4c9a-88b3-7fa600468537",
"url": "",
"coverUrl": ""
}
}