Video API, REST: StreamLine.GetStreamKey
Статья создана
Обновлена 24 апреля 2025 г.
Get unique stream key.
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 line. |
Response
HTTP Code: 200 - OK
{
"key": "string"
}
Represents the stream key used for pushing video streams.
Field |
Description |
key |
string The unique stream key. |