Video API, REST: StreamLine.GetStreamKey
Written by
Updated at August 8, 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.cloud.yandex.net/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. |
Response
HTTP Code: 200 - OK
{
"key": "string"
}
Represents the stream key used for pushing video streams.
Field |
Description |
key |
string The unique stream key. |