Skip to main content
POST
/
kling
/
v1
/
videos
/
multi-elements
/
clear-selection
Clear Video Selection
curl --request POST \
  --url https://api.cometapi.com/kling/v1/videos/multi-elements/clear-selection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "784914037360041984"
}
'
{}
Use this utility endpoint to clear the current selection state for a multimodal editing session.

When to use it

  • Your current selection is wrong and you want to start over
  • You want to rebuild the edit region before previewing or submitting the final task

Workflow role

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.