{
"model_name": "kling-v1",
"image": "https://example.com/image.jpg",
"image_tail": "string",
"prompt": "string",
"negative_prompt": "string",
"cfg_scale": 0.5,
"mode": "std",
"static_mask": "string",
"dynamic_masks": [
{
"mask": "string",
"trajectories": [
{
"x": 0,
"y": 0
}
]
}
],
"camera_control": {
"type": "simple",
"config": {
"horizontal": -10,
"vertical": -10,
"pan": -10,
"tilt": -10,
"roll": -10,
"zoom": -10
}
},
"duration": "5",
"callback_url": "http://example.com",
"external_task_id": "string"
}