Skip to main content
POST
/
kling
/
v1
/
videos
/
multi-elements
/
preview-selection
Preview Selected Video Area
curl --request POST \
  --url https://api.cometapi.com/kling/v1/videos/multi-elements/preview-selection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "784914037360041984"
}
'
{}
Use this endpoint to preview the currently selected region before you submit the final multimodal edit task.

Why preview matters

  • It lets you verify that the selection points cover the intended object or area
  • It helps catch bad masks before you spend a generation call
  • It is the safest checkpoint between selection editing and final task creation

Workflow role

1

Initialize the session

2

Add selection points

Use Add Video Selection until the region is close to correct.
3

Preview before generating

Call this endpoint, then continue to Create Task only after the selection looks right.
For the complete parameter reference, see the Kling API documentation.

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your CometAPI key.

Body

application/json
session_id
string
default:example
required

Session id returned by the video initialization endpoint.

Response

200 - application/json

Success

The response is of type object.