curl --request POST \
--url https://api.modellix.ai/api/v1/vidu/one-click-general-film \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"images": [
"https://example.com/scene1.jpg",
"https://example.com/scene2.jpg"
],
"duration": 30
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-vidu-film-001",
"model_id": "vidu/one-click-general-film",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-vidu-film-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"
}One Click General Film
[Core Function] Vidu One-Click General Film is an automated cinematic film generation model. [Strengths] It excels at automatically stringing together 1 to 7 user-provided images into a cohesive, cinematic film (up to 180s) with appropriate transitions and pacing. [Best For] Highly recommended for: instant music videos, cinematic montages, automated travel vlogs, and turning photo albums into compelling short films. [Limitations] Do NOT use this model if the user needs precise, frame-by-frame control over camera movements or specific character actions in each shot. [Routing] Use this when the user wants an automated ‘done-for-you’ long video from a batch of images without manually prompting every single shot.
curl --request POST \
--url https://api.modellix.ai/api/v1/vidu/one-click-general-film \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"images": [
"https://example.com/scene1.jpg",
"https://example.com/scene2.jpg"
],
"duration": 30
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-vidu-film-001",
"model_id": "vidu/one-click-general-film",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-vidu-film-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 one-click general film request.
Scene or subject images (1-7) as URLs or base64 data URIs
1 - 7 elements1["https://example.com/scene1.jpg"]
Video duration in seconds (10-180)
10 <= x <= 18030
Narrative or thematic description for the film
1 - 3000"A journey through the highlands"
Video aspect ratio
1:1, 16:9, 9:16, 4:3, 3:4 "16:9"