{
"model": "wan2.7-videoedit",
"input": {
"prompt": "将整个画面转换为黏土风格",
"negative_prompt": "string",
"media": [
{
"type": "video",
"url": "string"
}
]
},
"parameters": {
"resolution": "1080P",
"prompt_extend": true,
"watermark": false,
"seed": 0
}
}curl --location '/api/v1/services/aigc/video-generation/video-synthesis' \
--header 'X-DashScope-Async;' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan2.7-videoedit",
"input": {
"prompt": "将整个画面转换为黏土风格",
"negative_prompt": "string",
"media": [
{
"type": "video",
"url": "string"
}
]
},
"parameters": {
"resolution": "1080P",
"prompt_extend": true,
"watermark": false,
"seed": 0
}
}'{
"output": {
"task_id": "string",
"task_status": "PENDING"
},
"request_id": "string"
}