メインコンテンツへスキップ
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.