跳转到主要内容
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.