curl --request POST \
--url https://api.modellix.ai/api/v1/vidu/viduq2-turbo-digital-human \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image_url": "https://example.com/portrait.jpg"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-vidu-dh-001",
"model_id": "vidu/viduq2-turbo-digital-human",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-vidu-dh-001"
}
}
}{
"code": 400,
"message": "Invalid parameters: parameter 'first_frame_image' is required"
}{
"code": 401,
"message": "Authentication failed: invalid API key"
}{
"code": 429,
"message": "Rate limit exceeded: 100 requests per minute, retry after 60 seconds"
}{
"code": 500,
"message": "Internal server error"
}Vidu Q2 Turbo Digital Human
[Core Function] Vidu Q2 Turbo Digital Human is a fast portrait animation model. [Strengths] It excels at quickly animating a static portrait image into a speaking or moving digital human, syncing lip movements to provided audio with low latency. [Best For] Highly recommended for: rapid generation of talking head videos, quick virtual presenters, and responsive interactive avatars. [Limitations] Do NOT use this model for complex full-body motion, multi-character interactions, or videos longer than 10 seconds. [Routing] Use this model when the user wants to make a portrait ‘talk’ quickly. For higher realism and better quality, route to Q2 Pro Digital Human.
curl --request POST \
--url https://api.modellix.ai/api/v1/vidu/viduq2-turbo-digital-human \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image_url": "https://example.com/portrait.jpg"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-vidu-dh-001",
"model_id": "vidu/viduq2-turbo-digital-human",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-vidu-dh-001"
}
}
}{
"code": 400,
"message": "Invalid parameters: parameter 'first_frame_image' is required"
}{
"code": 401,
"message": "Authentication failed: invalid API key"
}{
"code": 429,
"message": "Rate limit exceeded: 100 requests per minute, retry after 60 seconds"
}{
"code": 500,
"message": "Internal server error"
}Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
Vidu Q2 digital human request.
Portrait image URL or base64 data URI
1"https://example.com/portrait.jpg"
Motion or speech description for the digital human
1 - 2000"Presenter speaks confidently, making eye contact with the camera"
Audio file URL. When provided, the digital human's lip movements will synchronize to this audio track.
1"https://example.com/speech.mp3"
Video resolution
540p, 720p, 1080p "1080p"