Authorization: Bearer ********************{
"model_name": "kling-image-o1",
"prompt": "生成一张海边跳舞的图片",
"element_list": [
{
"element_id": "835266081714884677"
}
],
"resolution": "",
"n": 1,
"aspect_ratio": "",
"callback_url": "",
"external_task_id": ""
}curl --location 'https://api.nicerouter.com/kling/v1/images/omni-image' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model_name": "kling-image-o1",
"prompt": "生成一张海边跳舞的图片",
"element_list": [
{
"element_id": "835266081714884677"
}
],
"resolution": "",
"n": 1,
"aspect_ratio": "",
"callback_url": "",
"external_task_id": ""
}'{}