Video API, gRPC: SubtitleService.GenerateDownloadURL
Written by
Updated at June 24, 2026
Generates a URL for downloading the original subtitle file.
This URL can be used to retrieve the subtitle content in its original format.
The URL is pre-signed and has a limited validity period.
gRPC request
rpc GenerateDownloadURL (GenerateSubtitleDownloadURLRequest) returns (GenerateSubtitleDownloadURLResponse)
GenerateSubtitleDownloadURLRequest
{
"subtitle_id": "string"
}
|
Field |
Description |
|
subtitle_id |
string Required field. ID of the subtitle for which to generate a download URL. The maximum string length in characters is 50. |
GenerateSubtitleDownloadURLResponse
{
"download_url": "string"
}
|
Field |
Description |
|
download_url |
string Pre-signed URL for downloading the subtitle file. |