Skip to main content

Overview

Video Generation endpoints

Available Operations

Generate

Submits a video generation request and returns a polling URL to check status

Example Usage

Parameters

Response

*components.VideoGenerationResponse, error

Errors

GetGeneration

Returns job status and content URLs when completed

Example Usage

Parameters

Response

*components.VideoGenerationResponse, error

Errors

GetVideoContent

Streams the generated video content from the upstream provider

Example Usage

Parameters

Response

io.ReadCloser, error

Errors

ListVideosModels

Returns a list of all available video generation models and their properties

Example Usage

Parameters

Response

*components.VideoModelsListResponse, error

Errors