Authorization: Bearer ********************{
"model_name": "kling-v1-6",
"image_list": [
{
"image": "{{image_url_1}}"
},
{
"image": "{{image_url_2}}"
}
],
"prompt": "A cinematic scene blending the subjects from reference images, smooth camera movement",
"mode": "std",
"duration": "5",
"aspect_ratio": "16:9"
}curl --location 'https://makerend.com/kling/v1/videos/multi-image2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model_name": "kling-v1-6",
"image_list": [
{
"image": "{{image_url_1}}"
},
{
"image": "{{image_url_2}}"
}
],
"prompt": "A cinematic scene blending the subjects from reference images, smooth camera movement",
"mode": "std",
"duration": "5",
"aspect_ratio": "16:9"
}'{}