Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"model_name": "kling-image-o1",
"prompt": "将表情修改为大笑",
"image_list": [
{
"image": "https://h2.inkwai.com/bs2/upload-ylab-stunt/se/ai_portal_queue_mmu_image_upscale_aiweb/3214b798-e1b4-4b00-b7af-72b5b0417420_raw_image_0.jpg"
}
]
}
Request Code Samples
curl --location --request POST 'https://www.16api.com/kling/v1/images/omni-image' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-image-o1",
"prompt": "将表情修改为大笑",
"image_list": [
{
"image": "https://h2.inkwai.com/bs2/upload-ylab-stunt/se/ai_portal_queue_mmu_image_upscale_aiweb/3214b798-e1b4-4b00-b7af-72b5b0417420_raw_image_0.jpg"
}
]
}'
Responses
application/json Modified at 2026-02-01 07:33:56