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.create_video(...)client.list_videos(...)client.get_video(...)client.retrieve_video_content(...)client.get_video_download_url(...)client.cancel_video(...)client.delete_video(...)client.list_video_models(...)client.get_async_job_websocket_url(...)client.video_websocket_url(...)client.async_jobs.websocket_url(...)
Example
client.video_websocket_url(...) when you want to subscribe to the documented /v1/async/video/{id}/ws lifecycle stream instead of polling only.
Use client.async_jobs.websocket_url("video", job["id"], ...) when you want the generic async-jobs resource helper.
Use client.get_async_job_websocket_url("video", job["id"], ...) when you want the same generic helper without going through the resource object.
client.cancel_video(...) is exposed, but the public video cancel route currently returns a structured 501 not_implemented_yet error while provider-level cancellation is standardized.