跳轉到主要內容
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"
}
'
{}
使用這個工具端點來清除多模態編輯工作階段目前的選取狀態。

何時使用

  • 目前的選取有誤,你想要重新開始
  • 你想在預覽或提交最終任務之前,重新建立編輯區域

在工作流程中的角色

完整的參數參考請參閱 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.