Authorization: Bearer ********************
{
"aspect_ratio": "9:16",
"callback_url": "https://linear-siege.name/",
"human_fidelity": 58,
"image": "https://loremflickr.com/400/400?lock=3600629619752939",
"image_fidelity": 40,
"image_reference": "face",
"model_name": "kling-v1",
"n": 73,
"negative_prompt": "dolore anim Ut sed",
"prompt": "adipisicing eu"
}
curl --location -g --request POST '{{YOUR_BASE_URL}}/kling/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "9:16",
"callback_url": "https://linear-siege.name/",
"human_fidelity": 58,
"image": "https://loremflickr.com/400/400?lock=3600629619752939",
"image_fidelity": 40,
"image_reference": "face",
"model_name": "kling-v1",
"n": 73,
"negative_prompt": "dolore anim Ut sed",
"prompt": "adipisicing eu"
}'
{
"code": 0,
"message": "",
"request_id": "",
"data": {
"task_id": "kling-image-pro-56066449",
"task_status": "processing",
"created_at": 1727311897,
"updated_at": 1727311897
}
}