GET videos/download
Creates a signed url to download a single video specified by the video_id.
Resource URL
Resource Information
Required scope
|
read_actions |
Required role
|
All |
Response formats
|
JSON, XML |
Requires authentication?
|
Yes |
Parameters
video_id
required
|
The ID of the video for which to return results for. |
file_format
optional
|
Download the video file in either mp4 (default) or webm format. |
Example Request
Example Result
{ "request_id": "DFDEBBAF9CDC4A67", "content_length": "12267900", "content_type": "video\/mp4", "last_modified": "Tue, 14 Jan 2017 15:01:43 GMT", "signed_url": "https:\/\/443.s3.amazonaws.com\/videos\/77c2f2dk387a8574ff602f98e01141d1f29.mp4?response-content-disposition=attachment%3B%20filename%3DExample%2BVideo.mp4&AWSAccessKeyId=AKIAJRWZQABIZEJJINAQ&Expires=1488577061&Signature=w51y1Vwa5JmUtsg%2B5kKMoWJFn6M%3D", "expires_in": "30 minutes" }