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