Skip to main content
POST
Vidu Q3 (Reference to Video)

Headers

Authorization
string

Body

application/json
model
enum<string>
required

Model name. Must be viduq3_reference.

Available options:
viduq3_reference
prompt
string
required

Text prompt describing the video.

image_urls
string<uri>[]
required

Reference image URLs (required, 1-7 images). Each image must be at least 128x128 px, aspect ratio between 1:4 and 4:1, max 50MB; png/jpeg/jpg/webp.

Required array length: 1 - 7 elements
duration
integer
default:5

Video duration in seconds (3-16). Defaults to 5.

Required range: 3 <= x <= 16
resolution
enum<string>
default:720p

Output resolution.

Available options:
540p,
720p,
1080p
ratio
enum<string>
default:16:9

Aspect ratio of the output video. Reference-to-video supports fewer ratios than the generation endpoints. aspect_ratio is accepted as a compatible alias.

Available options:
16:9,
9:16,
1:1
custom_callback_url
string<uri>

Optional. A publicly accessible HTTPS URL. When the task status changes (processing / success / failed), GoEnhance sends a POST request to this URL. The request body is identical to the response of GET /api/v1/jobs/detail. If your server does not respond with HTTP 200, the notification is retried up to 3 times, with a 3-second timeout per attempt.

Example:

"https://your-server.com/goenhance/callback"

Response

code
integer
required
msg
string
required
data
object
required