Video API, REST: StreamLine.GetStreamKey
Статья создана
Обновлена 25 ноября 2025 г.
Retrieves the unique stream key for a push-type stream line.
This key is used to authenticate when pushing video streams to the platform.
HTTP request
GET https://video.api.yandexcloud.kz/video/v1/streamLines/{streamLineId}:getStreamKey
Path parameters
|
Field |
Description |
|
streamLineId |
string Required field. ID of the stream line for which to retrieve the stream key. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"key": "string"
}
Represents the stream key used for pushing video streams.
|
Field |
Description |
|
key |
string The unique stream key. |