跳转到主要内容
POST
/
kling
/
v1
/
videos
/
multi-elements
/
delete-selection
Delete Video Selection
curl --request POST \
  --url https://api.cometapi.com/kling/v1/videos/multi-elements/delete-selection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "example"
}
'
{}
使用此工具端点,可在你重建或放弃当前编辑区域之前,从多模态编辑会话中移除选区状态。

适用场景

  • 你希望移除当前的选区记录,而不是继续基于它进行操作
  • 你正在清理一次编辑过程,以便标记新的目标区域

工作流中的作用

完整参数说明请参见 Kling API 文档

授权

Authorization
string
header
必填

Bearer token authentication. Use your CometAPI key.

请求体

application/json
session_id
string
默认值:example
必填

Session id returned by the video initialization endpoint.

响应

200 - application/json

Success

The response is of type object.