Create a new video generation task using the Veo3 AI model.
enableFallback
)Property | Type | Default |
---|---|---|
enableFallback | boolean | false |
enableFallback: true
instructs the platform to reroute eligible failures to the secondary Veo 3 backend, raising completion rates for edge cases.
enableFallback
left atfalse
(default), the errors above surface as HTTP422responses and no additional credits are consumed.
enableFallback
parameter, you can enable intelligent fallback functionality. When the primary model encounters specific errors, the system will automatically switch to a backup model to continue generation, improving task success rates.
Fallback Features:
enableFallback: true
, aspect ratio 16:9, and encounter specific errorsAll APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Request successful
The response is of type object
.