Remove Video Selection
POST
/kling/v1/videos/multi-elements/delete-selection
Remove selection marker points for a specified frame in a video editing session.
Authorizations
bearer
Type
HTTP (bearer)
Request Body
application/json
session_id
string
Required
Session ID generated by the video initialization task; unchanged by selection edits.
frame_index
integer
Required
Frame index. Up to 10 marker frames (10 frames max for selections). Only one frame per request.
points
object[]
Required
Point coordinates as x, y. Range [0, 1] as percentages; [0, 1] is the top-left of the frame. Multiple points per request; up to 10 points per frame.
Expand
Responses
OK
application/json
object