Generate video from text
Generate a video from a text prompt using AI models.
Authentication
AuthorizationBearer
API key authentication
Request
This endpoint expects an object.
prompt
Text prompt describing the desired video content
duration
Video duration in seconds. See Supported Models for available durations per model.
resolution
Output video resolution. See Supported Models for available resolutions per model.
fps
Frame rate in frames per second. See Supported Models for available FPS per model and resolution.
generate_audioBeta
Generate audio for the video. When true, the generated video will include AI-generated audio matching the scene. When false, only silent video is generated.
Response
Video generated successfully

