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
        • Create
        • Update
        • Delete
        • BatchDelete
        • GetPlayerURL
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetPlaylistPlayerURLRequest
  • PlaylistPlayerParams
  • GetPlaylistPlayerURLResponse
  1. API reference
  2. gRPC
  3. Playlist
  4. GetPlayerURL

Video API, gRPC: PlaylistService.GetPlayerURL

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • GetPlaylistPlayerURLRequest
  • PlaylistPlayerParams
  • GetPlaylistPlayerURLResponse

Get player url.

gRPC request

rpc GetPlayerURL (GetPlaylistPlayerURLRequest) returns (GetPlaylistPlayerURLResponse)

GetPlaylistPlayerURLRequest

{
  "playlist_id": "string",
  "params": {
    "mute": "bool",
    "autoplay": "bool",
    "hidden": "bool"
  }
}

Field

Description

playlist_id

string

Required field. ID of the playlist.

params

PlaylistPlayerParams

PlaylistPlayerParams

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.

GetPlaylistPlayerURLResponse

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

Field

Description

player_url

string

Direct link to the playlist.

html

string

HTML embed code in Iframe format.

Was the article helpful?

Previous
BatchDelete
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC