{
"created": 1757169743,
"id": "task-unified-1757169743-7cvnl5zw",
"model": "kling-v3-image-to-video",
"object": "video.generation.task",
"progress": 0,
"status": "pending",
"task_info": {
"can_cancel": true,
"estimated_time": 300,
"video_duration": 5
},
"type": "video",
"usage": {
"billing_rule": "per_second",
"credits_reserved": 270000,
"user_group": "default"
}
}{
"error": {
"code": "invalid_request",
"message": "Invalid request parameters",
"type": "invalid_request_error"
}
}{
"error": {
"code": "unauthorized",
"message": "Invalid or expired token",
"type": "authentication_error"
}
}{
"error": {
"code": "insufficient_quota",
"message": "Insufficient quota. Please top up your account.",
"type": "insufficient_quota"
}
}{
"error": {
"code": "model_access_denied",
"message": "Token does not have access to model: kling-v3-image-to-video",
"type": "invalid_request_error"
}
}{
"error": {
"code": "rate_limit_exceeded",
"message": "Too many requests, please try again later",
"type": "rate_limit_error"
}
}{
"error": {
"code": "internal_error",
"message": "Internal server error",
"type": "api_error"
}
}Kling-V3 画像から動画
- Kling-V3 Image to Video(kling-v3-image-to-video)モデルは画像から動画生成をサポートします
- 最初のフレーム、最後のフレーム、エレメント制御、マルチショット、効果音をサポートします
- 非同期処理モード、返されたタスクIDを使用してステータスを照会してください
- 生成された動画リンクは24時間有効です。速やかに保存してください
{
"created": 1757169743,
"id": "task-unified-1757169743-7cvnl5zw",
"model": "kling-v3-image-to-video",
"object": "video.generation.task",
"progress": 0,
"status": "pending",
"task_info": {
"can_cancel": true,
"estimated_time": 300,
"video_duration": 5
},
"type": "video",
"usage": {
"billing_rule": "per_second",
"credits_reserved": 270000,
"user_group": "default"
}
}{
"error": {
"code": "invalid_request",
"message": "Invalid request parameters",
"type": "invalid_request_error"
}
}{
"error": {
"code": "unauthorized",
"message": "Invalid or expired token",
"type": "authentication_error"
}
}{
"error": {
"code": "insufficient_quota",
"message": "Insufficient quota. Please top up your account.",
"type": "insufficient_quota"
}
}{
"error": {
"code": "model_access_denied",
"message": "Token does not have access to model: kling-v3-image-to-video",
"type": "invalid_request_error"
}
}{
"error": {
"code": "rate_limit_exceeded",
"message": "Too many requests, please try again later",
"type": "rate_limit_error"
}
}{
"error": {
"code": "internal_error",
"message": "Internal server error",
"type": "api_error"
}
}承認
すべてのAPIにBearer Token認証が必要です
APIキーの取得:
APIキー管理ページにアクセスしてAPIキーを取得してください
リクエストヘッダーに追加:
Authorization: Bearer YOUR_API_KEY
ボディ
動画生成モデル名
kling-v3-image-to-video "kling-v3-image-to-video"
画像から動画生成用の最初のフレーム画像URL(必須)
注意:
- 画像サイズ: 最大
10MB - サポートされるフォーマット:
.jpg、.jpeg、.png - 画像寸法: 幅と高さ >=
300px、アスペクト比は1:2.5から2.5:1の間 - 画像URLはサーバーから直接アクセスできる必要があります。アクセス時に直接ダウンロードされるURLでも構いません
"https://example.com/portrait.jpg"
最後のフレーム画像URL
注意:
- 最後のフレームを使用する場合、
image_start(最初のフレーム)を同時に指定する必要があります - サポートされるフォーマット:
.jpg、.jpeg、.png - 画像サイズ: 最大
10MB - 画像URLはサーバーから直接アクセスできる必要があります。アクセス時に直接ダウンロードされるURLでも構いません
"https://example.com/night.jpg"
生成する動画を説明するテキストプロンプト
注意:
- 最大
2500文字 multi_shot=trueかつshot_type=customizeの場合は空にできます- プロンプト内で
<<<element_1>>>参照構文を使用してエレメントを参照できます
2500"The person in the scene slowly turns their head and smiles"
動画に含めたくないコンテンツを説明するネガティブプロンプト
"text, watermark"
動画の長さ(秒)、デフォルトは5秒
注意:
- 範囲:
3から15の整数 - 課金は
durationの値に基づき、長い動画ほどコストが高くなります
3 <= x <= 155
解像度レベル
オプション:
720p: 標準画質(std)1080p: 高画質(pro)4k: 超高画質 4K
720p, 1080p, 4k "720p"
効果音制御
オプション:
on: 効果音を生成するoff: 効果音なし
on, off "off"
マルチショット、エレメント制御、ウォーターマーク用の詳細パラメータ
Show child attributes
Show child attributes
タスク完了時のHTTPSコールバックURL
コールバックタイミング:
- タスクが完了、失敗、またはキャンセルされた時にトリガー
- 課金確認後に送信
セキュリティ制限:
- HTTPSプロトコルのみ
- 内部IPアドレスは禁止(127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x など)
- URLの長さは
2048文字以下
コールバックメカニズム:
- タイムアウト:
10秒 - 失敗後最大
3回リトライ(失敗後1/2/4秒) - コールバックレスポンス形式はタスク照会APIと一致
- 2xxステータスコードは成功とみなされ、その他のコードはリトライをトリガー
"https://your-domain.com/webhooks/video-task-completed"
レスポンス
動画生成タスクが正常に作成されました
タスク作成タイムスタンプ
1757169743
タスク ID
"task-unified-1757169743-7cvnl5zw"
使用された実際のモデル名
"kling-v3-image-to-video"
タスクタイプ
video.generation.task タスク進捗率(0-100)
0 <= x <= 1000
タスクステータス
pending, processing, completed, failed "pending"
動画タスクの詳細
Show child attributes
Show child attributes
タスク出力タイプ
text, image, audio, video "video"
使用量と課金情報
Show child attributes
Show child attributes