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
        • GetPlayerURL
        • GetManifests
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetEpisodePlayerURLRequest
  • EpisodePlayerParams
  • GetEpisodePlayerURLResponse
  1. API reference
  2. gRPC
  3. Episode
  4. GetPlayerURL

Video API, gRPC: EpisodeService.GetPlayerURL

Written by
Yandex Cloud
Improved by
Tania L.
Updated at April 24, 2025
  • gRPC request
  • GetEpisodePlayerURLRequest
  • EpisodePlayerParams
  • GetEpisodePlayerURLResponse

Get player url.

gRPC requestgRPC request

rpc GetPlayerURL (GetEpisodePlayerURLRequest) returns (GetEpisodePlayerURLResponse)

GetEpisodePlayerURLRequestGetEpisodePlayerURLRequest

{
  "episode_id": "string",
  "params": {
    "mute": "bool",
    "autoplay": "bool",
    "hidden": "bool"
  },
  "signed_url_expiration_duration": "google.protobuf.Duration"
}

Field

Description

episode_id

string

Required field. ID of the episode.

params

EpisodePlayerParams

signed_url_expiration_duration

google.protobuf.Duration

Optional field, used to set custom url expiration duration for episodes with sign_url_access

EpisodePlayerParamsEpisodePlayerParams

Field

Description

mute

bool

If true, a player will be muted by default.

autoplay

bool

If true, playback will start automatically.

hidden

bool

If true, a player interface will be hidden by default.

GetEpisodePlayerURLResponseGetEpisodePlayerURLResponse

{
  "player_url": "string",
  "html": "string"
}

Field

Description

player_url

string

Direct link to the episode.

html

string

HTML embed code in Iframe format.

Was the article helpful?

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