curl --request POST \
--url https://api.modellix.ai/api/v1/google/veo-3.1-t2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A majestic eagle soaring over snow-capped mountain peaks at sunrise"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-t2v001",
"model_id": "google/veo-3.1-t2v",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-t2v001"
}
}
}Google Veo 3.1 flagship text-to-video model. Supports prompt, negativePrompt, aspectRatio, durationSeconds, resolution (up to 4k), and personGeneration.
curl --request POST \
--url https://api.modellix.ai/api/v1/google/veo-3.1-t2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A majestic eagle soaring over snow-capped mountain peaks at sunrise"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-t2v001",
"model_id": "google/veo-3.1-t2v",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-t2v001"
}
}
}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 3.1 and Veo 3.1 Fast text-to-video request. Supports prompt, negativePrompt, aspectRatio, durationSeconds, resolution (up to 4k), and personGeneration.
Video description text
1"A majestic eagle soaring over snow-capped mountain peaks at sunrise"
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)
4, 6, 8 "8"
Video resolution. Note: 1080p and 4k are only available for 8-second duration.
720p, 1080p, 4k "1080p"
Person generation policy
allow_all "allow_all"