跳轉到主要內容
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 documentation

授權

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.