🎁 Apply to join the Core Integrator Program and get a $10-$30 bonus.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wanx2.1-kf2v-plus/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"first_frame_url": "https://example.com/first.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"
}
}
}The Wan First-and-Last-Frame Video Generation Model: simply provide the first and last frame images, and it can generate a smooth, fluid dynamic video based on the prompt.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wanx2.1-kf2v-plus/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"first_frame_url": "https://example.com/first.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.
API Key authentication. Format: Bearer YOUR_API_KEY.
First frame image URL (supports HTTP/HTTPS/Base64)
"https://example.com/first.jpg"
Last frame image URL (supports HTTP/HTTPS/Base64), not needed when using video effects
"https://example.com/last.jpg"
Video content description, will be ignored when using video effects
1 - 800"Smooth transition"
500Video effect template name (5 single-person effects available), only need first_frame_url when using effects
hanfu-1, solaron, magazine, mech1, mech2 "hanfu-1"
Video resolution tier, only supports 720P
720P "720P"
Video duration in seconds, fixed value
5 5
Enable prompt intelligent rewriting
true
Random seed for reproducibility
0 <= x <= 214748364742