{
"model": "wanx2.1-t2v-turbo",
"input": {
"prompt": "一只小猫在月光下奔跑"
},
"parameters": {
"size": "1280*720"
}
}
curl --location --request POST 'https://api.302.ai/aliyun/api/v1/services/aigc/video-generation/video-synthesis' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wanx2.1-t2v-turbo",
"input": {
"prompt": "一只小猫在月光下奔跑"
},
"parameters": {
"size": "1280*720"
}
}'
{
"output": {
"task_status": "PENDING",
"task_id": "3b0d3b6a-b1c7-412d-9ad6-f35ad34cd1bc"
},
"request_id": "7738144b-c7c3-9d0f-b22d-a3dbb47cfec7"
}