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.
A unique identifier for the video.
If set to true, the response will include additional video data such as the thumbnail image and gif links.
OK
The response is of type object
.