Authorization: Bearer ********************{
"model": "kling-v1",
"prompt": "hi",
"image": "https://aisp.ttaibot.com/uploads/xz_aivideo/1735500936.jpg",
"negative_prompt": "hi",
"cfg_scale": 0.5,
"mode": "std",
"duration": 5,
"camera_control": {
"type": "",
"config": {
"horizontal": 0,
"vertical": 0,
"pan": 0,
"tilt": 0,
"roll": 0,
"zoom": 0
}
},
"aspect_ratio": "16:9",
"callback_url": "https://webhook.site/147b0a91-39f2-498c-8022-9ceb707180b1"
}curl --location --request POST '/kling/v1/videos/image2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v1",
"prompt": "hi",
"image": "https://aisp.ttaibot.com/uploads/xz_aivideo/1735500936.jpg",
"negative_prompt": "hi",
"cfg_scale": 0.5,
"mode": "std",
"duration": 5,
"camera_control": {
"type": "",
"config": {
"horizontal": 0,
"vertical": 0,
"pan": 0,
"tilt": 0,
"roll": 0,
"zoom": 0
}
},
"aspect_ratio": "16:9",
"callback_url": "https://webhook.site/147b0a91-39f2-498c-8022-9ceb707180b1"
}'{
"code": 0,
"message": "SUCCEED",
"task_id": "6b5004a8-6ec2-1d14-2c68-265f58c11bae",
"request_id": "6b5004a8-6ec2-1d14-2c68-265f58c11bae",
"data": {
"task_id": "6b5004a8-6ec2-1d14-2c68-265f58c11bae",
"task_status": "submitted",
"task_status_msg": "",
"task_result": {
"videos": null
},
"created_at": 1757304722331,
"updated_at": 1757304722331
}
}