Authorization: Bearer ********************{ "model_name": "kling-v1", "prompt": "sample text", "negative_prompt": "", "image": "", "image_reference": "", // "image_fidelity": "0.5", "human_fidelity": 0.45, "resolution": "1k", "n": 2, "aspect_ratio": "16:9", "callback_url": "" }curl --location '/kling/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "model_name": "kling-v1", "prompt": "sample text", "negative_prompt": "", "image": "", "image_reference": "", // "image_fidelity": "0.5", "human_fidelity": 0.45, "resolution": "1k", "n": 2, "aspect_ratio": "16:9", "callback_url": "" }'{}