Authorization: Bearer ********************{
"model_name": "kling-v1",
"prompt": "生成一张海边的图",
"negative_prompt": "",
"image": "",
"image_reference": "",
"image_fidelity": "0.5",
"human_fidelity": 0.45,
"resolution": "1k",
"n": 1,
"aspect_ratio": "16:9",
"callback_url": ""
}curl --location --request POST 'https://yunwu.ai/kling/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v1",
"prompt": "生成一张海边的图",
"negative_prompt": "",
"image": "",
"image_reference": "",
"image_fidelity": "0.5",
"human_fidelity": 0.45,
"resolution": "1k",
"n": 1,
"aspect_ratio": "16:9",
"callback_url": ""
}'{}