Video Generation
Video Generation
Generate a Video
client.Videos.Generate sends POST /v1/video/generations and returns a *CreateVideoGenerationResponse containing the task ID.
Poll Until Complete
List Tasks
client.Videos.List sends GET /v1/video/generations.
Retrieve a Task
client.Videos.Retrieve sends GET /v1/video/generations/{task_id}.