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
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
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
        • Transcode
        • Delete
        • BatchDelete
        • PerformAction
        • GetPlayerURL
        • BatchGetPlayerURLs
        • GetManifests
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Query parameters
  • VideoPlayerParams
  • Response
  1. API reference
  2. REST
  3. Video
  4. GetPlayerURL

Video API, REST: Video.GetPlayerURL

Written by
Yandex Cloud
Improved by
Tania L.
Updated at April 24, 2025
  • HTTP request
  • Path parameters
  • Query parameters
  • VideoPlayerParams
  • Response

Get player url.

HTTP requestHTTP request

GET https://video.api.cloud.yandex.net/video/v1/videos/{videoId}:getPlayerURL

Path parametersPath parameters

Field

Description

videoId

string

Required field. ID of the video.

Query parametersQuery parameters

Field

Description

params

VideoPlayerParams

signedUrlExpirationDuration

string (duration)

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

VideoPlayerParamsVideoPlayerParams

Field

Description

mute

boolean

If true, a player will be muted by default.

autoplay

boolean

If true, playback will start automatically.

hidden

boolean

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

ResponseResponse

HTTP Code: 200 - OK

{
  "playerUrl": "string",
  "html": "string"
}

Field

Description

playerUrl

string

Direct link to the video.

html

string

HTML embed code in Iframe format.

Was the article helpful?

Previous
PerformAction
Next
BatchGetPlayerURLs
© 2025 Direct Cursus Technology L.L.C.