curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v2.5-turbo-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "https://example.com/product.jpg"
}
'
{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-i2v007",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-i2v007"
}
}
}A speed-optimized image-to-video model delivering cinematic 1080p videos with physics-accurate motion at ~30% lower cost than previous versions.
POST
/
kling-v2.5-turbo-i2v
/
async
curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v2.5-turbo-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "https://example.com/product.jpg"
}
'
{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-i2v007",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-i2v007"
}
}
}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
application/json
Starting frame image URL or Base64
Example:
"https://example.com/image.jpg"
Ending frame image URL or Base64
Example:
"https://example.com/end.jpg"
Video generation prompt
Required string length:
1 - 2500Example:
"Product showcase with rotation"
Negative prompt
Required string length:
1 - 2500Example:
"blurry, distorted"
Generation mode: std or pro
Available options:
std, pro Example:
"std"
Video duration in seconds
Available options:
5, 10 Example:
5
⌘I