Skip to main content
POST
/
kling
/
v1
/
videos
/
multi-elements
/
clear-selection
cURL
curl https://api.cometapi.com/kling/v1/videos/multi-elements/clear-selection \
  -H "Authorization: Bearer $COMETAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "session_id": "<session_id>"
    }'
{
  "code": 123,
  "message": "<string>",
  "data": {}
}
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
required

Session id returned by the video initialization endpoint.

Response

200 - application/json

Success

code
integer
required

Response code. 0 means the request succeeded.

message
string
required

Response message.

data
object

Route-specific response payload when present.