使用 Preview Selected Video Area 端點,透過 CometAPI 為 Kling 多模態影片編輯中選取的區域快速渲染預覽。
curl --request POST \
--url https://api.cometapi.com/kling/v1/videos/multi-elements/preview-selection \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"session_id": "784914037360041984"
}
'{}使用此端點可在提交最終的多模態編輯任務之前,先預覽所選區域。Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.cometapi.com/kling/v1/videos/multi-elements/preview-selection \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"session_id": "784914037360041984"
}
'{}