Video API, gRPC: StreamLineService.GetStreamKey
Written by
Updated at November 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.
gRPC request
rpc GetStreamKey (GetStreamKeyRequest) returns (PushStreamKey)
GetStreamKeyRequest
{
"stream_line_id": "string"
}
|
Field |
Description |
|
stream_line_id |
string Required field. ID of the stream line for which to retrieve the stream key. The maximum string length in characters is 50. |
PushStreamKey
{
"key": "string"
}
Represents the stream key used for pushing video streams.
|
Field |
Description |
|
key |
string The unique stream key. |