{
"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"
}
}
}Wan 2.7 text-to-video model generates high-quality videos from text prompts using the new protocol (resolution+ratio instead of size). Supports multi-shot narrative, automatic dubbing, custom audio, 720P/1080P resolutions, and 2–15 second durations.
{
"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
Text prompt describing the desired video content. Supports Chinese and English
1 - 5000"A cute cat running in the moonlight, multi-shot cinematic video."
Negative prompt describing unwanted content
500"blurry, low quality"
Custom audio URL (supports wav/mp3, 2–30 seconds, ≤15MB)
"https://example.com/audio.mp3"
Specifies the resolution tier for the generated video
720P, 1080P "1080P"
Specifies the aspect ratio for the generated video
16:9, 9:16, 1:1, 4:3, 3:4 "16:9"
Video duration in seconds (integer)
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 5
Enable prompt intelligent rewriting to enhance generation quality
true
Random number seed for reproducibility. Note: identical seeds cannot guarantee completely identical results due to model probabilistic nature
0 <= x <= 214748364742