Kling 3.0 Motion Control API
提供: Kuaishou
Transfer motion from a reference video onto a character image. Per-second pricing on the reference clip.
- ~150s
- 平均生成時間
- 5 credits/s
- 最低価格
プレイグラウンド
Kling 3.0 Motion Controlをここで試す。
料金
シンプルな秒単位課金。
5–8 クレジット/出力1秒あたり ≈ $0.05–$0.08
料金は選択する解像度とオプションによって異なります。
- 成功した生成にのみ課金されます。失敗したジョブは自動的に返金されます。
- Apiframeの全モデルでひとつのクレジット残高を共有。モデルごとのプランはありません。
- 無料クレジットで開始。サブスクリプションは不要です。
- 大きなプランにはボリュームディスカウントがあります。
スペック
ひと目でわかる。
クイックスタート
Kling 3.0 Motion Control APIの呼び出し方。
APIキーを添えてPOST /v2/videos/generateリクエストをひとつ送るだけ。呼び出しはポーリング可能なjobIdを返します。webhook_urlを渡せば、結果は完成と同時にプッシュされます。
kling-3.0-motion-controlを別のモデルに替えても、他は何も変わりません。
const response = await fetch("https://api.apiframe.ai/v2/videos/generate", {
method: "POST",
headers: {
"X-API-Key": "afk_your_api_key_here",
"Content-Type": "application/json",
},
body: JSON.stringify({
"prompt": "a cinematic sunrise over a futuristic cityscape, smooth camera push-in",
"model": "kling-3.0-motion-control",
"klingParams": {
"image": "https://example.com/input.jpg",
"video": "https://example.com/input.jpg",
"mode": "pro",
"character_orientation": "image"
}
}),
});
const { jobId } = await response.json();
console.log(jobId); 入力スキーマ
Kling 3.0 Motion Controlが受け付けるすべてのフィールドと型、デフォルト値。完全なリファレンスはドキュメントにあります。
| フィールド | 型 | 説明 |
|---|---|---|
| prompt 必須 | string | 生成する内容のテキスト説明。 |
| model 必須 | string | このエンドポイントのモデル識別子。 デフォルト:"kling-3.0-motion-control" · "kling-3.0-motion-control" |
| klingParams.image | string (URL) | Reference image the generated character is based on. |
| klingParams.video | string (URL) | Motion reference clip (3–30s). The character mirrors its actions. |
| klingParams.mode | string | Mode デフォルト:"pro" · "std", "pro" |
| klingParams.character_orientation | string | Whether the character faces as in the image or follows the video. デフォルト:"image" · "image", "video" |
| klingParams.keep_original_sound | boolean | Keep the reference video’s original audio track. デフォルト:true |
Klingのバージョン
ApiframeのすべてのKling 動画モデル。パラメータひとつで切り替えられます。
Kling 3.0 Motion Controlに関する質問
Kling 3.0 Motion Controlで出荷する前にチームがよく尋ねる質問。その他はドキュメントをご覧ください。
Kling 3.0 Motion Control の API はありますか?
はい。Apiframe は単一の REST エンドポイント(POST /v2/videos/generate、model: "kling-3.0-motion-control")で Kling 3.0 Motion Control を提供します。対応するすべてのモデルで、統一されたAPI・キー・請求をご利用いただけ、Kuaishou の個別アカウントは不要です。
Kling 3.0 Motion Control API の料金はいくらですか?
Kling 3.0 Motion Control は Apiframe のシンプルな従量課金制で、成功した生成分のみお支払いいただきます。プランと数量割引は料金ページをご覧ください。
Kling 3.0 Motion Control API はどのように呼び出しますか?
X-API-Key と、model: "kling-3.0-motion-control" を含む JSON ボディを添えて /v2/videos/generate に POST リクエストを送ります。レスポンスで返る jobId を GET /v2/jobs/{id} でポーリングするか、Webhook で結果を受け取ります。
Kling 3.0 Motion Control はどんなパラメータに対応していますか?
Kling 3.0 Motion Control は、共通の prompt・webhook_url に加えて、klingParams の下にネストされた 5 個のモデル固有パラメータを受け付けます。型やデフォルト値を含む一覧は上記の入力スキーマをご覧ください。
関連モデル
すべての動画モデルFlux 3
提供: Black Forest Labs
Black Forest Labs のマルチモーダルモデル。テキスト・画像・動画から、同期音声付きで最長 20 秒の動画を生成。
モデルを見るVeo 3.1
提供: Google
音声付きの、Google フラッグシップの映画品質ビデオモデル。
モデルを見るSora 2 Pro
提供: OpenAI
HD オプション付きの最高品質 Sora 2 ティア。
モデルを見るSeedance 2.5
提供: ByteDance
次世代 ByteDance 動画, 単一パスで最大30秒、最大50点のマルチモーダル参照、ネイティブ同期音声。
モデルを見る9,800+
開発者と企業
公式パートナー