kling
Omni 조회
실시간 상태와 결과를 위해 CometAPI Omni Query API(GET /kling/v1/videos/omni-video/)를 통해 task_id로 Kling Omni Video 작업 상세 정보를 조회합니다.
GET
Omni Query
Kling Omni 작업을 생성한 후 이 엔드포인트를 사용하세요. 작업이 성공하면 작업 상태와 최종 비디오 URL을 반환합니다.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
먼저 확인할 필드
- 쿼리 확인 응답을 위한
code,message,request_id submitted,processing,succeed,failed와 같은 작업 상태를 나타내는data.task_status- 완료된 MP4 URL을 위한
data.task_result.videos[0].url
폴링 패턴
먼저 작업 생성
Omni Video로 시작하고 반환된
task_id를 저장합니다.인증
Bearer token authentication. Use your CometAPI key.
경로 매개변수
Task id returned by the Omni Video endpoint.