curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v1.6-mi2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"images": [
"https://example.com/character.jpg"
],
"prompt": "A character walking in the park"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-mi2v001",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-mi2v001"
}
}
}Transforms up to 4 reference images into a cohesive video sequence with multi-element fusion, enabling character interaction and complex visual narratives.
curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v1.6-mi2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"images": [
"https://example.com/character.jpg"
],
"prompt": "A character walking in the park"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-mi2v001",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-mi2v001"
}
}
}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
List of image URLs or Base64 strings (1-4 images). Simplified flattened parameter.
1 - 4 elementsImage URL or Base64 encoded string
1[
"https://example.com/character1.jpg",
"https://example.com/character2.jpg"
]Video generation prompt, supports Chinese and English (1-2500 characters)
1 - 2500"Two characters walking together in a park, cinematic quality"
Negative prompt describing undesired elements (1-2500 characters)
1 - 2500"blurry, low quality, distorted, static"
Generation mode: std (standard, faster) or pro (professional, higher quality but longer processing)
std, pro "std"
Video duration in seconds (5 or 10 seconds)
5, 10 5
Video aspect ratio. Supported values: 16:9 (horizontal), 9:16 (vertical), 1:1 (square)
16:9, 9:16, 1:1 "16:9"