Get Video
This endpoint returns a single video by its unique identifier.
The response body will contain a status
string that represents the status of the video. If the video is ready, the response body will also contain a download_url
, stream_url
, and hosted_url
that can be used to download, stream, and view the video respectively.
Authorizations
Path Parameters
A unique identifier for the video.
Query Parameters
If set to true, the response will include additional video data such as the thumbnail image and gif links.
Response
A unique identifier for the video.
The name of the video.
The status of the video. Possible values: queued, generating, ready, deleted, error.
A direct link to download your generated video.
A direct link to stream your generated video.
A direct link to view your generated video, hosted by Tavus.
A detailed status of the video.
The date and time the video was created.
The date and time of when the video was last updated.
Included if the verbose
query parameter is set to true. A link to an image thumbnail of the video.
Included if the verbose
query parameter is set to true. A link to a gif thumbnail of the video.