Authorization: Bearer ********************
{
"model_name": "kling-v1",
"mode": "std",
"prompt": "Animate this image, bringing it to life with subtle movements while preserving the original features.",
"cfg_scale": 0.7,
"aspect_ratio": "16:9"
}
curl --location -g --request POST '/kling/v1/videos/image2video' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v1",
"mode": "std",
"prompt": "Animate this image, bringing it to life with subtle movements while preserving the original features.",
"cfg_scale": 0.7,
"aspect_ratio": "16:9"
}'
{
"code": 0,
"message": "string",
"request_id": "string",
"data": {
"task_id": "string",
"task_status": "string",
"created_at": 0,
"updated_at": 0
}
}