callBackUrl parameter so your service can receive completion notifications instead of polling for task status.curl --location 'https://api.emix.ai/api/v1/client/tasks' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan/3-0-video-prime",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Under the moonlight, a little cat is running on the roof. In the distance, the neon lights are flashing, giving a cinematic feel. The camera movement is smooth.",
"resolution": "480P",
"aspect_ratio": "adaptive",
"duration": 5,
"audio": true
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_wan_1765180586443"
}
}