Kling v3 모션 제어 비디오 API
APIMaster.ai에서 kling-v3-motion-control을 사용하여 모션 제어 비디오를 생성합니다. 참조 이미지 + 참조 비디오, 초당 과금.
Kling v3 모션 제어
APIMaster에서 Kling 모션 제어를 위해 **kling-v3-motion-control**을 호출합니다: 참조 이미지와 참조 비디오를 제공하면 출력이 참조 클립의 모션을 따릅니다. 선택적 프롬프트로 카메라와 스타일을 개선할 수 있습니다.
기본 URL:
https://apimaster.ai/v1는https://apimaster.ai/v1입니다.https://apimaster.ai/v1/videos/...를 사용하세요 —/v1접두사를 추가하지 마십시오.
가격 (초당)
청구 가능 기간은 서버가 **video_url**을 검사하여 결정됩니다(클라이언트 추정이 아님). 사전 차감은 mode와 방향 기반 기간 제한을 사용합니다.
| 모드 | 요금 |
|---|---|
std |
$0.10288 / 초 |
pro |
$0.13712 / 초 |
예: 8초 참조 @ std ≈ $0.82304 ($0.10288 × 8).
제출
POST https://apimaster.ai/v1/videos/generations
| 필드 | 유형 | 필수 | 설명 |
|---|---|---|---|
model |
string | 예 | kling-v3-motion-control |
image_url |
string | 예 | 공개 참조 이미지 URL |
video_url |
string | 예 | 공개 참조 비디오 URL (mp4/mov, ≤100MB) |
character_orientation |
string | 예 | image (3–10초 참조 비디오) 또는 video (3–30초) |
mode |
string | 예 | std 또는 pro |
prompt |
string | 아니요 | 선택적 모션 / 카메라 / 스타일 힌트 |
keep_original_sound |
string | 아니요 | yes (기본값) 또는 no |
watermark_info |
object | 아니요 | 예: {"enabled": false} |
duration |
integer | 아니요 | 선택적 사전 차감 예상치; 정산은 검사된 길이 사용 |
curl -s "https://apimaster.ai/v1/videos/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-v3-motion-control",
"prompt": "Match face identity, follow the reference dance, cinematic lighting",
"image_url": "https://example.com/ref-image.png",
"video_url": "https://example.com/ref-video-8s.mp4",
"character_orientation": "image",
"mode": "std",
"keep_original_sound": "yes"
}'
응답
{
"code": 200,
"data": [
{
"status": "submitted",
"task_id": "task_xxxxxxxx"
}
]
}
참조 비디오 길이
| 캐릭터 방향 | 허용 참조 비디오 |
|---|---|
image |
3초 – 10초 |
video |
3초 – 30초 |
폴링
GET https://apimaster.ai/v1/videos/{task_id}
반환된 url 또는 **GET https://apimaster.ai/v1/videos/{task_id}/content**를 통해 다운로드