通过 CometAPI 使用 Kling 删除视频选区 API,从多元素视频编辑中移除已选元素,支持多模态视频工作流。
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"
}
'{}session_idcurl --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"
}
'{}