kling
비디오 효과
CometAPI를 통해 Kling Video Effects API를 사용하여 POST /kling/v1/videos/effects로 비디오에 스타일화된 효과를 적용하고 효과 파라미터를 제어합니다.
POST
Create a Kling video-effects task
이 엔드포인트를 사용하여 Kling의 프리셋 효과 장면 중 하나를 적용하고 입력 자산을 새로운 짧은 비디오로 변환합니다.
효과 장면 선택
hug와kiss는 두 사람 상호작용 프리셋입니다fuzzyfuzzy,squish,expansion,heart_gesture는 스타일화된 프리셋 효과입니다- 정확한 자산 형식은 효과에 따라 다르지만, 요청은 항상 공급자별 설정을
input안에 감쌉니다
작업 흐름
작업 조회
효과 작업이 완료될 때까지 Individual Queries를 계속 사용합니다.
인증
Bearer token authentication. Use your CometAPI key.
본문
application/json
Preset effect to apply. Each effect defines a specific animation or interaction style.
사용 가능한 옵션:
fuzzyfuzzy, squish, expansion, hug, kiss, heart_gesture Effect-specific input payload. Most interaction effects use one or more image URLs plus model settings.
Webhook URL for task status notifications. The server sends a callback when the task status changes.
Optional user-defined task ID for your own tracking. Does not replace the system-generated task ID. Must be unique per account.