Use the Preview Selected Video Area endpoint to render a fast preview for chosen regions in Kling multimodal video edits via CometAPI.
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"
}
'{}Initialize the session
Add selection points
Preview before generating
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"
}
'{}