API
POST /v1/videos/generations
Long-running video generation. Authenticate with the same Bearer rd_sk_* key as chat.
POST
https://api.rodiumai.io/v1/videos/generationsBody parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Required | Video model id (e.g. google/veo-3.1-generate-preview). |
| prompt | string | Required | Text description of the video to generate. |
| duration_seconds | number | Optional | Clip length in seconds (alias: seconds). Default 8. |
| aspect_ratio | string | Optional | Optional aspect ratio when supported (e.g. "16:9"). |
Request examples
…