Skip to main content
POST
cURL
현재 편집 영역을 다시 만들거나 편집을 중단하기 전에, 멀티모달 편집 세션에서 선택 상태를 제거하려면 이 유틸리티 엔드포인트를 사용하세요.

사용 시점

  • 현재 선택 기록을 유지하며 계속 진행하는 대신 제거하려는 경우
  • 새 대상 영역을 표시하기 전에 편집 단계를 정리하는 경우

워크플로우에서의 역할

  • 편집용 비디오 초기화에서 받은 session_id가 필요합니다
  • 삭제하려는 선택 지점에 대한 frame_index와 0-1 백분율 points가 필요합니다
  • 일반적으로 비디오 선택 추가를 이어서 호출하거나, 생성 없이 세션을 종료합니다
전체 파라미터 참조는 Kling API documentation를 확인하세요.

인증

Authorization
string
header
필수

Bearer token authentication. Use your CometAPI key.

본문

application/json
session_id
string
필수

Selection session id returned by init-selection. Follow-up calls must use the same account and exact session id.

frame_index
integer
필수

Frame index where the selected point set applies.

points
object[]
필수

Points to delete from the current selection.

응답

200 - application/json

Success

code
integer
필수

Response code. 0 means the request succeeded.

message
string
필수

Response message.

data
object

Route-specific response payload when present.