Video API, REST: Subtitle.GenerateUploadURL
Статья создана
Обновлена 26 ноября 2024 г.
Generate an upload URL to add a new subtitle file.
HTTP request
GET https://video.api.cloud.yandex.net/video/v1/subtitles/{subtitleId}:generateUploadURL
Path parameters
Field |
Description |
subtitleId |
string Required field. ID of the subtitle. |
Response
HTTP Code: 200 - OK
{
"uploadUrl": "string"
}
Field |
Description |
uploadUrl |
string Upload url. |