멀티모달 비디오 편집
작업 생성
CometAPI를 통해 Kling 멀티모달 비디오 편집 작업을 생성합니다: POST /kling/v1/videos/multi-elements를 사용해 여러 요소를 결합하고 비동기적으로 비디오를 생성합니다.
POST
Create a Kling multimodal edit task
세션과 선택 항목 준비가 완료된 후, 이 엔드포인트를 사용해 최종 멀티모달 비디오 편집 작업을 제출합니다.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.
전체 워크플로
편집 세션 초기화
Initialize Video for Editing을 먼저 실행해 편집하려는 클립의
session_id를 가져옵니다.선택 영역 구성
Add Video Selection과 필요 시 Preview Selected Video Area를 사용해 편집 영역을 세밀하게 조정합니다.
호출 전 확인 사항
- 선택 세션이 이미 초기화되어 있는지 확인하세요
- 생성 호출을 사용하기 전에 영역 선택이 올바른지 확인하세요
- 이 경로는 설정 단계가 아니라 최종 생성 단계로 사용하세요
인증
Bearer token authentication. Use your CometAPI key.
본문
application/json
Session id returned by the video initialization endpoint.
Editing operation to apply. Options: replace, remove.
Text prompt describing the desired edit for the selected region.