VideoGeneration - Python SDK
VideoGeneration - Python SDK
VideoGeneration method reference
The Python SDK and docs are currently in beta. Report issues on GitHub.
Overview
Video Generation endpoints
Available Operations
- generate - Submit a video generation request
- get_generation - Poll video generation status
- get_video_content - Download generated video content
- list_videos_models - List all video generation models
generate
Submits a video generation request and returns a polling URL to check status
Example Usage
Parameters
Response
components.VideoGenerationResponse
Errors
get_generation
Returns job status and content URLs when completed
Example Usage
Parameters
Response
components.VideoGenerationResponse
Errors
get_video_content
Streams the generated video content from the upstream provider
Example Usage
Parameters
Response
Errors
list_videos_models
Returns a list of all available video generation models and their properties
Example Usage
Parameters
Response
components.VideoModelsListResponse