Generate Video
This action generates a video based on the text input using video-generation (Veo).
Action Settings
| Setting | Description |
|---|---|
| Model | Enum, required. The Model's resource name. This serves as an ID for the Model to use. |
| Negative Prompt | String, optional. The user-provided text to be excluded from the generated video. |
| Aspect Ratio | Enum, optional. The aspect ratio of the generated video. |
| Resolution | Enum, optional. The resolution of the generated video. |
| Duration Seconds | Int32, optional. The duration of the generated video in seconds. |
Action Parameters
| Parameter | Description |
|---|---|
| Prompt | String, required. The user-provided text to be processed by the Model. |
Result
The result contains the following fields: Video_ResponseId, Video_BinaryContent, Video_FinishReason, Video_TotalTokenCount, Video_ModelVersion.
Was this page helpful?