curl --location 'https://aiapi114.com/kling/v1/videos/image2video/' \
--header 'Authorization: <api-key>'{
"error": {
"code": 0,
"message": "string"
},
"format": "mp4",
"metadata": {
"duration": 5,
"fps": 30,
"height": 512,
"seed": 20231234,
"width": 512
},
"status": "succeeded",
"task_id": "abcd1234efgh",
"url": "string"
}