Authorization: Bearer ********************
{ "model": "wan2.5-t2v-preview", "input": { "prompt": "一只小猫在月光下奔跑,画面温馨唯美,小猫的毛发在月光下闪闪发光" }, "parameters": { "size": "1280*720", "duration": 5, "prompt_extend": true, "audio": true } }
curl --location '/wan/api/v1/services/aigc/video-generation/video-synthesis' \ --header 'X-DashScope-Async;' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "wan2.5-t2v-preview", "input": { "prompt": "一只小猫在月光下奔跑,画面温馨唯美,小猫的毛发在月光下闪闪发光" }, "parameters": { "size": "1280*720", "duration": 5, "prompt_extend": true, "audio": true } }'
{ "request_id": "9ac24eda-12b3-4274-8c3e-7ca78a6d1644", "output": { "task_id": "3e0b5f2d-5f3e-4b3a-8f3a-5f3e4b3a8f3a", "task_status": "PENDING" } }