Vidu Q2 Pro Start End

viduq2_pro_start_end

Generate videos using Vidu Q2 Pro model through first and last frames. Supports 2 images for video generation with customizable duration, resolution and movement amplitude.

Authentication

authorization string required

All APIs require authentication via Bearer Token.

Get API Key:

Visit API Key Management Page to get your API Key

Usage:

Add to request header:

Authorization: Bearer YOUR_API_KEY

Parameters

model string required

Model ID to use for the request.

Value: viduq2_pro_start_end


images array required

First and last frame image URL list (2 images: single image for first frame, two images for first and last frames).


prompt string

Prompt text to guide video generation (optional).


duration integer

Video duration (seconds).

Default: 5

Range: 1 - 8


aspect_ratio string

Aspect ratio.


resolution string

Resolution.

Default: 720p


movement_amplitude string

Movement amplitude.

Options: 1-10 or auto


bgm boolean

Whether to add background music.


watermark boolean

Whether to add watermark.


audio boolean

Whether to use audio-video direct output capability.

Error Codes

CodeDescription
401API key is missing or invalid
403Insufficient balance or permission denied
429Rate limit exceeded
500Internal server error