删减视频选区
概览
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
{
"session_id": "828033558945619987",
"frame_index": 1,
"points": [
{
"x": 1.0,
"y": 0.0
}
]
}请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/kling/v1/videos/multi-elements/delete-selection' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "828033558945619987",
"frame_index": 1,
"points": [
{
"x": 1.0,
"y": 0.0
}
]
}'返回示例
🟢200成功 示例
{}最后更新:2025-12-17 14:54:45
