curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wan2.6-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"img_url": "https://example.com/image.jpg"
}
'{
"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 image-to-video model generates videos from prompts and images with cinematic quality. Wan 2.6 adds multi-shot narrative, automatic dubbing, and custom audio.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wan2.6-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"img_url": "https://example.com/image.jpg"
}
'{
"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
First frame image URL (supports HTTP/HTTPS/Base64)
"https://example.com/image.jpg"
Description of the desired output.
1 - 800Description of what to avoid in the output.
500Audio file URL for audio-driven video generation
1"https://example.com/audio.mp3"
Output resolution of the generated content.
480P, 720P, 1080P Video duration in seconds (integer)
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 Whether to automatically extend/enhance the prompt.
Camera shot type
Close-up, Medium, Long, Extra-Long "Medium"
Random seed for reproducible generation. Use -1 for random.
0 <= x <= 2147483647