{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}Kuaishou’s first-generation text-to-video model generating 5s or 10s clips with camera motion presets (pan, tilt, zoom) and adjustable prompt relevance.
{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}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
Video description text, supports Chinese and English
1 - 2500"A bird flying over mountains during sunset"
Negative prompt describing undesired elements
1 - 2500"blurry, low quality, static"
Prompt relevance, controls how closely the generated content matches the prompt (0.0-1.0). Only supported by V1 and V1.6.
0 <= x <= 10.7
Generation mode: std (standard, faster) or pro (professional, higher quality but longer processing)
std, pro "pro"
Video aspect ratio
16:9, 9:16, 1:1 "16:9"
Video duration in seconds
5, 10 10