Query Kling Omni Video task details by task_id via CometAPI Omni Query API (GET /kling/v1/videos/omni-video/) for real-time status and results.
curl --request GET \
--url https://api.cometapi.com/kling/v1/videos/omni-video/{task_id} \
--header 'Authorization: Bearer <token>'{}code and message for wrapper-level statedata.status and data.progress for the async job statedata.data.task_result.videos[0].url for the finished MP4 URLCreate the task first
task_id.action: OMNI_VIDEO, outer status: SUCCESS, nested task_status: succeed, and a final MP4 URL.curl --request GET \
--url https://api.cometapi.com/kling/v1/videos/omni-video/{task_id} \
--header 'Authorization: Bearer <token>'{}