Kling
Get a Kling Omni video
Use CometAPI GET /kling/v1/videos/omni-video/ to get Kling Omni video task status and results by task_id.
GET
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 Create a Kling 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.