Authorization: Bearer ********************
{
"model": "wan2.5-i2v-preview",
"input": {
"prompt":"cat",
"size": "832x480"
},
"callback_url": "http://baidu.com"
}
curl --location -g --request POST '/v1/task/submit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.5-i2v-preview",
"input": {
"prompt":"cat",
"size": "832x480"
},
"callback_url": "http://baidu.com"
}'
{
"data": {
"task_id": "ee1a4e2e-ccd8-482d-8dba-227f1510abf5",
"task_status": "SUBMITTED",
"created_at": 1760101933,
"updated_at": 1760101933,
"progress": "0%"
},
"request_id": "2025101021121393607000kt20mQdX"
}