curl --request POST \
--url https://api.modellix.ai/api/v1/google/veo-2-t2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "Waves gently lapping on a tropical white sand beach, clear turquoise water"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-t2v005",
"model_id": "google/veo-2-t2v",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-t2v005"
}
}
}Google Veo 2.0 classic text-to-video model. Supports prompt, negativePrompt, aspectRatio, durationSeconds (5/6/8), and personGeneration.
curl --request POST \
--url https://api.modellix.ai/api/v1/google/veo-2-t2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "Waves gently lapping on a tropical white sand beach, clear turquoise water"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-t2v005",
"model_id": "google/veo-2-t2v",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-t2v005"
}
}
}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 text-to-video request. Supports prompt, negativePrompt, aspectRatio, durationSeconds (5/6/8), and personGeneration.
Video description text
1"Waves gently lapping on a tropical white sand beach, clear turquoise water"
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 (more options than Veo 3.x)
allow_all, allow_adult, dont_allow "dont_allow"