Video source may not exist if the video is not processed yet, failed to process or deleted. If you disabled keeping original files from your Dashboard, Your video source files will not be available for downloading ever again, and this is your responsibility to keep a copy of your original files.
Base url https://api.omegastream.net/company/client/video
this will be called from now as {base_url}
GET: /:uuid/src_download
:uuid
: video’s uuid.Key | Value | Details |
---|---|---|
Authorization | Bearer {{api_key}} | api key is very important here to authorize your request. |
Content-Type | application/json |
Status Code: 200
OK
{
"url": "SRC_DOWNLOAD_URL",
"expires_in": 3597,
"expires_at": "2024-02-16T10:35:14Z"
}
url
: The source download url.
Do not assume any thing about the
SRC_DOWNLOAD_URL
it can be a temporary url or a permanent url. It is recommended to request the source url when you need it.
expires_in
: The time in seconds until the link expires.
expires_at
: The UTC date and time when the link will expire.
The default expiration time is 30 minutes (1800 seconds). You can not request any change right now to this value but you can request a new source url when you need it.