🎁 Apply to join the Core Integrator Program and get a $10-$30 bonus.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wan2.2-kf2v-flash/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/wan2.2-kf2v-flash/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), optional
"https://example.com/last.jpg"
Video content description, recommend describing the transition process between frames
1 - 800"Smooth transition from first to last frame"
500Video resolution tier
480P, 720P, 1080P "720P"
Video duration in seconds, fixed value
5 5
Enable prompt intelligent rewriting
true
Random seed for reproducibility
0 <= x <= 214748364742