{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-i2v005",
"model_id": "google/veo-2-i2v",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-i2v005"
}
}
}Google Veo 2.0 classic image-to-video model. Supports prompt, image, lastFrame, negativePrompt, aspectRatio, durationSeconds (5/6/8), and personGeneration.
{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-i2v005",
"model_id": "google/veo-2-i2v",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-i2v005"
}
}
}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
Veo 2 image-to-video request. Supports prompt, image, lastFrame, negativePrompt, aspectRatio, durationSeconds (5/6/8), and personGeneration.
Video description text guiding the animation
1"Ocean waves gently roll in and recede on a sandy beach"
Starting frame. Accepts an image URL (e.g. https://example.com/frame.jpg). Required for I2V.
"https://example.com/frame.jpg"
End frame. Accepts an image URL. Optional, guides the video to end at this frame.
"https://example.com/last-frame.jpg"
Text describing what to avoid in the generated video.
"blurry, low quality, distorted"
Video aspect ratio
16:9, 9:16 "16:9"
Video duration in seconds (string type). Starts from 5 (not 4).
5, 6, 8 "5"
Person generation policy
allow_adult, dont_allow "allow_adult"