Methods:Documentation Index
Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt
Use this file to discover all available pages before exploring further.
client.CreateVideo(...)client.ListVideos(...)client.GetVideo(...)client.RetrieveVideoContent(...)client.GetVideoDownloadUrl(...)client.CancelVideo(...)client.DeleteVideo(...)client.ListVideoModels(...)client.GetAsyncJobWebSocketUrl(...)client.GetVideoWebSocketUrl(...)client.AsyncJobs.WebSocketUrl(...)
Example
client.GetVideoWebSocketUrl(...) when you want to subscribe to the documented /v1/async/video/{id}/ws lifecycle stream instead of polling only.
Use client.AsyncJobs.WebSocketUrl("video", videoId, ...) when you want the generic async-jobs resource helper.
Use client.GetAsyncJobWebSocketUrl("video", videoId, ...) when you want the same generic helper without going through the resource object.
CancelVideo(...) is exposed, but the public video cancel route currently returns a structured 501 not_implemented_yet error while provider-level cancellation is standardized.