curl --request POST \
--url https://api.aisa.one/apis/v1/services/aigc/video-generation/video-synthesis \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-DashScope-Async: <x-dashscope-async>' \
--data '
{
"model": "wan2.6-t2v",
"input": {
"prompt": "<string>",
"img_url": "<string>",
"negative_prompt": "<string>",
"audio_url": "<string>"
},
"parameters": {
"resolution": "720P",
"duration": 5,
"shot_type": "single",
"watermark": false,
"seed": 1073741823
}
}
'