Video API, gRPC: VideoService.GenerateDownloadURL
Written by
Updated at January 22, 2026
Generates a URL for downloading the original video file.
This URL is time-limited and provides direct access to the source video.
gRPC request
rpc GenerateDownloadURL (GenerateVideoDownloadURLRequest) returns (GenerateVideoDownloadURLResponse)
GenerateVideoDownloadURLRequest
{
"video_id": "string"
}
|
Field |
Description |
|
video_id |
string Required field. ID of the video for which to generate a download URL. The maximum string length in characters is 50. |
GenerateVideoDownloadURLResponse
{
"download_url": "string"
}
|
Field |
Description |
|
download_url |
string Time-limited URL for downloading the original video file. |