{
"model_name": "kling-v1-6",
"image_list": [
{
"image": "image_url"
},
{
"image": "image_url"
},
{
"image": "image_url"
},
{
"image": "image_url"
}
],
"mode": "std",
"prompt": "Animate this image, bringing it to life with subtle movements while preserving the original features.",
"aspect_ratio": "16:9",
"duration":10
}curl --location --request POST 'https://api.302.ai/klingai/v1/videos/image2video' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v1-6",
"image_list": [
{
"image": "image_url"
},
{
"image": "image_url"
},
{
"image": "image_url"
},
{
"image": "image_url"
}
],
"mode": "std",
"prompt": "Animate this image, bringing it to life with subtle movements while preserving the original features.",
"aspect_ratio": "16:9",
"duration":10
}'{
"code": 0,
"data": {
"created_at": 1769072987256,
"task_id": "kling_72131c0abf39",
"task_info": {
"aspect_ratio": "16:9",
"duration": 10,
"mode": "std",
"model_name": "kling-v1-6",
"prompt": "Animate this image, bringing it to life with subtle movements while preserving the original features."
},
"task_result": {},
"task_status": "submitted",
"task_status_msg": "",
"updated_at": 1769072987256
},
"message": "success",
"request_id": "kling_72131c0abf39"
}