通过 CometAPI POST /kling/v1/videos/multi-elements/clear-selection 清除 Kling 多模态视频编辑中的活动元素选择,以便进行干净的编辑。
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"
}
'{}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"
}
'{}