Kling
Omni Query
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.
GET
Omni Query
Use this endpoint after you create a Kling Omni task. It returns the task state and final video URLs when the task succeeds.
Check these fields first
code,message, andrequest_idfor the query acknowledgementdata.task_statusfor the task state, such assubmitted,processing,succeed, orfaileddata.task_result.videos[0].urlfor the finished MP4 URL
Polling pattern
Create the task first
Start with Omni Video and store the returned
task_id.Authorizations
Bearer token authentication. Use your CometAPI key.
Path Parameters
Task id returned by the Omni Video endpoint.