{
"model": "wan2.6-r2v-flash-720p-audio",
"prompt": "保持相同主体身份与电影感风格,生成一段更快节奏的新镜头。",
"videos": [
"https://example.com/reference-shot-1.mp4"
],
"size": "1280*720",
"duration": 5,
"extra_body": {
"negative_prompt": "watermark, blur, flicker",
"audio": "https://example.com/guide-audio.mp3",
"shot_type": "single",
"enable_prompt_expansion": false,
"seed": -1
}
}curl --location --request POST '/v1/video/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.6-r2v-flash-720p-audio",
"prompt": "保持相同主体身份与电影感风格,生成一段更快节奏的新镜头。",
"videos": [
"https://example.com/reference-shot-1.mp4"
],
"size": "1280*720",
"duration": 5,
"extra_body": {
"negative_prompt": "watermark, blur, flicker",
"audio": "https://example.com/guide-audio.mp3",
"shot_type": "single",
"enable_prompt_expansion": false,
"seed": -1
}
}'{}