Authorization: ********************{
"model": "viduq2-turbo",
"start_image_url": "https://example.com/start.jpg",
"end_image_url": "https://example.com/end.jpg",
"prompt": "平滑过渡",
"duration": 8,
"resolution": "720p"
}curl --location --request POST '/ent/v2/start-end2video' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "viduq2-turbo",
"start_image_url": "https://example.com/start.jpg",
"end_image_url": "https://example.com/end.jpg",
"prompt": "平滑过渡",
"duration": 8,
"resolution": "720p"
}'{
"task_id": "string",
"state": "pending",
"model": "string",
"prompt": "string",
"images": [
"string"
],
"duration": 0,
"seed": 0,
"resolution": "string",
"bgm": true,
"movement_amplitude": "string",
"payload": "string",
"off_peak": true,
"credits": 0,
"watermark": true,
"created_at": "2019-08-24T14:15:22.123Z"
}