Skip to main content
POST
cURL
使用這個工具端點,在你重新建立或放棄目前的編輯區域之前,從多模態編輯工作階段中移除選取狀態。

何時使用

  • 你想移除目前的選取記錄,而不是繼續沿用它
  • 你正在清理一次編輯流程,準備標記新的目標區域

工作流程中的角色

如需完整的參數參考,請參閱 Kling API 文件

授權

Authorization
string
header
必填

Bearer token authentication. Use your CometAPI key.

主體

application/json
session_id
string
必填

Selection session id returned by init-selection. Follow-up calls must use the same account and exact session id.

frame_index
integer
必填

Frame index where the selected point set applies.

points
object[]
必填

Points to delete from the current selection.

回應

200 - application/json

Success

code
integer
必填

Response code. 0 means the request succeeded.

message
string
必填

Response message.

data
object

Route-specific response payload when present.