🎁 Apply to join the Core Integrator Program and get a $10-$30 bonus.
curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v3-omni-image/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "Create a luxury perfume campaign visual using the reference bottle image"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-v3-omni-image-123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-v3-omni-image-123"
}
}
}Kling V3 Omni image model supporting single-image and series generation with flattened image references, element references, and up to 4K output.
curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v3-omni-image/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "Create a luxury perfume campaign visual using the reference bottle image"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-v3-omni-image-123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-v3-omni-image-123"
}
}
}API Key authentication. Format: Bearer YOUR_API_KEY.
Conditional rules: when result_type=series, omit n and provide series_amount; when result_type=single, omit series_amount and optionally use n. The combined count of images and element_list must not exceed 10.
Image generation prompt, supports Chinese and English
1 - 2500"Create a luxury perfume campaign visual using the reference bottle image"
Reference image list. The combined count of images and element_list must not exceed 10.
1 - 10 elementsReference image URL or Base64 encoded data
1Element reference list. The combined count of images and element_list must not exceed 10.
10Show child attributes
Output resolution. Kling V3 Omni supports 1K, 2K, and 4K output.
1k, 2k, 4k "4k"
Result mode. Use single for one image or series for a multi-image sequence.
single, series "series"
Number of images to generate when result_type is single. This field is invalid when result_type is series.
1 <= x <= 91
Number of frames/images to generate when result_type is series. This field is invalid when result_type is single.
2 <= x <= 94
Image aspect ratio. auto lets the model choose an intelligent aspect ratio.
16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9, auto "auto"