{
"model": "wan2.5-i2v-preview",
"prompt": "A Cat",
"config": {
"size": "480P",
"duration": 5,
"images": ["XXXX"]
}
}curl --location --request POST '/task/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.5-i2v-preview",
"prompt": "A Cat",
"config": {
"size": "480P",
"duration": 5,
"images": ["XXXX"]
}
}'