curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v3-omni-video/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A woman leaves a subway station and walks into a rainy cyberpunk street, then the camera tracks beside her"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-v2v-def456",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-v2v-def456"
}
}
}Kling V3 Omni video model for advanced prompt-guided video generation with simplified intelligent multi-shot support and flattened media references.
curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v3-omni-video/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A woman leaves a subway station and walks into a rainy cyberpunk street, then the camera tracks beside her"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-v2v-def456",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-v2v-def456"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.modellix.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
Conditional rules: when multi_shot=false, prompt is required and shot_type must be omitted. When multi_shot=true, shot_type must be intelligence and prompt is still required. When videos is provided, sound must be off and duration must be omitted.
Video generation prompt.
1 - 2500"Transform the source clip into a cinematic sci-fi sequence"
Enable intelligent multi-shot generation.
false
Required when multi_shot is true. Only intelligence is supported in the public API.
intelligence "intelligence"
Optional reference image list.
1Reference image URL or Base64 string.
1Optional reference video list. When provided, sound must be off and duration must be omitted.
1 elementReference video URL or Base64 string.
1Audio generation switch. Must remain off whenever videos is provided.
on, off "off"
Generation mode.
std, pro "pro"
Video aspect ratio.
16:9, 9:16, 1:1 "16:9"
Video duration in seconds. Public API accepts integer values. Valid values are 3-15 when videos is not supplied.
3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 8