Khởi tạo các thành phần video thông qua endpoint init-selection của Kling trong CometAPI để bắt đầu chỉnh sửa multimodal với các vùng có thể chọn và mốc thời gian.
{
"code": 123,
"message": "<string>",
"data": {
"session_id": "<string>"
}
}session_id cần thiết cho tất cả các bước chỉnh sửa multimodal tiếp theo.
video_id cùng với task_id chavideo_urlĐánh dấu các điểm chọn
Gửi tác vụ chỉnh sửa cuối cùng
Bearer token authentication. Use your CometAPI key.
The video ID generated by Kling; choose either this or video_url, they cannot be passed simultaneously. Select the video to be edited from historical works using the video ID. Only supports video works generated within the last 30 days; only supports videos with a duration of ≥2 seconds and ≤5.5 seconds, or ≥7 seconds and ≤10.5 seconds. Related to the video_url parameter, they cannot both be empty or both have values.
When passing video_id, the task_id from when the video was generated must also be passed.
The URL to get the video. When uploading, pass the video download link. When editing a selection, pass the video URL returned by the interface.
Only supports MP4 and MOV formats. Only supports videos with a duration of ≥2 seconds and ≤5.5 seconds, or ≥7 seconds and ≤10.5 seconds. The width and height dimensions of the video must be between 720px (inclusive) and 2160px (inclusive). Only supports uploading videos at 24, 30, or 60 fps. Related to the video_id parameter, they cannot both be empty or both have values.
{
"code": 123,
"message": "<string>",
"data": {
"session_id": "<string>"
}
}