Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Video
    • Overview
    • Control
    • Troubleshooting
  • Access management
  • Pricing policy
    • Authentication with the API
    • Getting started with the API
      • Overview
        • Overview
        • Get
        • List
        • BatchGet
        • Create
        • Update
        • Delete
        • BatchDelete
        • PerformAction
        • GetStreamKey
        • UpdateStreamKey
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetStreamKeyRequest
  • PushStreamKey
  1. API reference
  2. gRPC
  3. StreamLine
  4. GetStreamKey

Video API, gRPC: StreamLineService.GetStreamKey

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • GetStreamKeyRequest
  • PushStreamKey

Get unique stream key.

gRPC requestgRPC request

rpc GetStreamKey (GetStreamKeyRequest) returns (PushStreamKey)

GetStreamKeyRequestGetStreamKeyRequest

{
  "stream_line_id": "string"
}

Field

Description

stream_line_id

string

Required field. ID of the line.

PushStreamKeyPushStreamKey

{
  "key": "string"
}

Represents the stream key used for pushing video streams.

Field

Description

key

string

The unique stream key.

Was the article helpful?

Previous
PerformAction
Next
UpdateStreamKey
Yandex project
© 2025 Yandex.Cloud LLC