{
"model": "kling/kling-v1-6",
"prompt": "一只可爱的小猫在花园里追逐蝴蝶,阳光明媚,画面温馨",
"negative_prompt": "低质量,模糊,扭曲",
"cfg_scale": 0.5,
"mode": "std",
"aspect_ratio": "16:9",
"duration": "5",
"external_task_id": "user_task_123",
"callback_url": "https://your-app.com/callback",
"image": "https://example.com/input.jpg",
"image_tail": "https://example.com/end.jpg",
"static_mask": "string",
"image_list": [
{}
],
"dynamic_masks": [
{
"mask": "string",
"trajectories": [
{
"x": 279,
"y": 219
},
{
"x": 279,
"y": 219
}
]
}
],
"camera_control": {
"type": "simple",
"config": {
"horizontal": -10,
"vertical": -10,
"pan": -10,
"tilt": -10,
"roll": -10,
"zoom": -10
}
},
"input": {
"video_id": "kling_video_123",
"video_url": "https://example.com/source_video.mp4",
"mode": "text2video",
"text": "哈基米那没路躲",
"voice_id": "cartoon-girl-01",
"voice_language": "zh",
"voice_speed": 1,
"audio_type": "file",
"audio_file": "string",
"audio_url": "https://example.com/speech.mp3"
}
}