curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wan2.7-videoedit/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"video_url": "https://example.com/input.mp4"
}
'{
"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 Video Editing model supports video style modification and video editing with multi-modal inputs (text/image/video). Processing time: 1-5 minutes.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wan2.7-videoedit/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"video_url": "https://example.com/input.mp4"
}
'{
"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
Input video URL (HTTP/HTTPS/OSS) or Base64 encoded data (required)
"https://example.com/input.mp4"
Text prompt describing desired video modifications (supports Chinese and English, up to 5000 characters)
1 - 5000"Transform the entire scene into clay style"
Reference image URLs for style transfer (optional, max 4). Combined with video_url, the total media count must be ≤ 5
4[
"https://example.com/style1.jpg",
"https://example.com/style2.jpg"
]Negative prompt describing unwanted content
500"blurry, distorted, low quality"
Video resolution tier
720P, 1080P "1080P"
Video aspect ratio (defaults to input video ratio if not specified)
16:9, 9:16, 1:1, 4:3, 3:4 "16:9"
Video duration in seconds (2-10 = truncate to specified length)
2, 3, 4, 5, 6, 7, 8, 9, 10 5
Audio handling mode (auto: intelligent decision based on prompt, origin: preserve original audio)
auto, origin "auto"
Enable intelligent prompt rewriting (improves quality for short prompts but increases processing time)
true
Random seed for reproducibility (note: results may vary even with same seed)
0 <= x <= 214748364742