Kling 멀티 이미지 비디오 작업 생성
CometAPI POST /kling/v1/videos/multi-image2video를 통해 여러 이미지로 Kling 비디오를 생성하며, 생성용 motion control 및 출력 설정을 지원합니다.
호출 전에 확인할 것
image_list에 1~4개의 이미지를 준비하세요- Kling의 픽셀 요구사항을 충족하는 이미지를 사용하세요. 너무 작은 썸네일은 생성 작업에서 거부됩니다
- 특정한 이유로 route-compatible model을 선택해야 하는 경우가 아니라면
model_name은 생략하세요 - 첫 테스트는 간단하게 유지하세요: 짧은 프롬프트(Prompt),
duration: 5, 추가 callback 설정 없음 - 이 경로에서는
static_mask나dynamic_masks같은 image-to-video mask 필드를 보내지 마세요
작업 흐름
멀티 이미지 요청 제출
task_id를 저장하세요.작업 폴링
결과 저장
인증
Bearer token authentication. Use your CometAPI key.
본문
Input image references. Provide 1 to 4 items that meet Kling pixel requirements; very small thumbnails are rejected.
1 - 4 elementsKling model variant for multi-image video. Omit to use kling-v1-6.
kling-v1-6 Text prompt describing the desired motion and scene.
Elements to avoid in the generated video.
Generation mode. Use std or pro; omitted requests use std.
std, pro Output video length in seconds. Use 5 or 10; omitted requests use 5.
Requested frame aspect ratio when the model needs an explicit frame shape.
16:9, 9:16, 1:1 Webhook URL to receive task status updates.
Custom task id for your own tracking. Must be unique per account.