curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v2.6-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "https://example.com/concert.jpg"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-i2v008",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-i2v008"
}
}
}First Kling I2V model to natively generate synchronized audio and video in one pass, supporting dialogue, sound effects, lip-sync, and motion brush.
curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v2.6-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "https://example.com/concert.jpg"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-i2v008",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-i2v008"
}
}
}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)
"https://example.com/end.jpg"
Video generation prompt
1 - 2500"Live concert with crowd cheering"
Negative prompt
1 - 2500"silent, empty"
Audio generation switch: on (enable) or off (disable). Only supported by V2.6.
on, off "on"
Voice ID list for audio generation. Simplified flattened parameter. Only supported by V2.6.
1 - 10 elementsVoice ID string
1["voice_id_1", "voice_id_2"]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