Skip to main content
POST
Vidu Q3 Turbo

Headers

Authorization
string

Body

application/json
model
enum<string>
required

Model name. Must be viduq3_turbo.

Available options:
viduq3_turbo
prompt
string
required

Text prompt describing the video.

image_url
string<uri>

Optional first-frame image URL. If provided, runs image-to-video; otherwise text-to-video.

image_end_url
string<uri>

Optional last-frame image URL. Pass together with image_url for start-end frame video generation.

duration
integer
default:5

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

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

Output resolution.

Available options:
540p,
720p,
1080p
ratio
string

Aspect ratio for text-to-video.

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