kling
비디오 효과
CometAPI를 통해 Kling Video Effects API를 사용하여 POST /kling/v1/videos/effects로 비디오에 스타일 효과를 적용하고 효과 매개변수를 제어합니다.
POST
Create a Kling video-effects task
이 엔드포인트를 사용하면 Kling의 사전 설정 효과 장면 중 하나를 적용하여 입력 에셋을 새로운 짧은 비디오로 변환할 수 있습니다.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.
효과 장면 선택
hug및kiss는 2인 상호작용 프리셋입니다fuzzyfuzzy,squish,expansion,heart_gesture는 스타일화된 프리셋 효과입니다- 정확한 에셋 형태는 효과에 따라 달라지지만, 요청은 항상 provider별 설정을
input내부에 감쌉니다
작업 흐름
작업 폴링
효과 작업이 완료될 때까지 개별 조회를 계속 진행합니다.
인증
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.