RodiumAi docs
API

POST /v1/videos/generations

Long-running video generation. Authenticate with the same Bearer rd_sk_* key as chat.

POSThttps://api.rodiumai.io/v1/videos/generations

Body parameters

ParameterTypeRequiredDescription
modelstringRequiredVideo model id (e.g. google/veo-3.1-generate-preview).
promptstringRequiredText description of the video to generate.
duration_secondsnumberOptionalClip length in seconds (alias: seconds). Default 8.
aspect_ratiostringOptionalOptional aspect ratio when supported (e.g. "16:9").

Request examples

Video generation guide