Skip to content

Add Video Selection

POST
/kling/v1/videos/multi-elements/add-selection

Add selection marker points for a specified frame in a video editing session.

Authorizations

bearer
Type
HTTP (bearer)

Request Body

application/json
object

Session ID generated by the video initialization task; unchanged by selection edits.

Frame index. Up to 10 marker frames (10 frames max for selections). Only one frame per request.

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.

Responses

OK

application/json

Playground

Authorization
Body

Samples