Video API, gRPC: VideoService.GenerateDownloadURL
Статья создана
Обновлена 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. |