Videos
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.
GET
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
200 - application/json
The response is of type object
.