kling
개별 쿼리
GET /kling/v1///를 통해 task_id로 Kling 비디오 생성 작업을 조회하며, 폴링을 위한 상태, 진행률, 결과 메타데이터를 반환합니다.
GET
Individual queries
Kling 작업을 생성한 후에는 이 엔드포인트 계열을 사용하세요. Kling 비동기 미디어 작업을 위한 일반적인 폴링 단계입니다.
먼저 확인할 항목
- 조회 응답에 대한
code,message,request_id - 작업 상태인
data.task_status— 예:submitted,processing,succeed,failed - 작업이 성공했을 때의
data.task_result.videos[0].url - 작업이 조기에 중단되었을 때의
data.task_status_msg또는 기타 반환된 상세 필드
폴링 패턴
일치하는 엔드포인트에서 작업 생성
워크플로우에 맞는 Kling 생성 페이지에서 시작하세요. 예를 들어 Text to Video 또는 Image to Video입니다.
전체 파라미터 참조는 공식 Kling 문서를 참고하세요.
인증
Bearer token authentication. Use your CometAPI key.
경로 매개변수
Resource type. One of: images, videos, audio.
Sub-action matching the resource type. For images: generations, kolors-virtual-try-on. For videos: text2video, image2video, lip-sync, effects, multi-image2video, multi-elements. For audio: text-to-audio, video-to-audio.
Task ID