curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v1.5-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "https://example.com/landscape.jpg"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-i2v002",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-i2v002"
}
}
}The most feature-complete V1.x image-to-video model, adding simple camera motion control alongside motion brush and cfg_scale for precise video generation.
curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v1.5-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "https://example.com/landscape.jpg"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-i2v002",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-i2v002"
}
}
}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
Starting frame image URL or Base64
"https://example.com/image.jpg"
Ending frame image URL or Base64 (mutually exclusive with motion brush and camera control)
"https://example.com/end.jpg"
Video generation prompt
1 - 2500"Sweeping landscape view"
Negative prompt
1 - 2500"blurry, static"
Prompt relevance (0.0-1.0). Only supported by V1 and V1.6.
0 <= x <= 10.7
Generation mode: std or pro
std, pro "pro"
Static mask image for motion brush (mutually exclusive with image_tail)
"https://example.com/mask.jpg"
Video duration in seconds
5, 10 10