Authorization: Bearer ********************{
"model": "wan2.5-t2v-preview",
"input": {
"prompt": "一只可爱的小猫在草地上玩耍"
},
"parameters": {
"resolution": "720P",
"duration": 5
}
}curl --location --request POST '/wan/api/v1/services/aigc/text2video/text-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.5-t2v-preview",
"input": {
"prompt": "一只可爱的小猫在草地上玩耍"
},
"parameters": {
"resolution": "720P",
"duration": 5
}
}'{
"output": {
"task_id": "task_123456",
"task_status": "PENDING"
},
"request_id": "req_123456",
"usage": {
"duration": 5
}
}