Video API, REST: Subtitle.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.
HTTP request
POST https://video.api.cloud.yandex.net/video/v1/subtitles/{subtitleId}:generateDownloadURL
Path parameters
|
Field |
Description |
|
subtitleId |
string Required field. ID of the subtitle for which to generate a download URL. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"downloadUrl": "string"
}
|
Field |
Description |
|
downloadUrl |
string Pre-signed URL for downloading the subtitle file. |