Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud Video
    • Overview
    • Control
    • Troubleshooting
    • Browser autoplay policy
  • Access management
  • Pricing policy
    • API authentication
    • Getting started with the API
      • Overview
        • Overview
        • Get
        • List
        • BatchGet
        • Create
        • Update
        • Transcode
        • Delete
        • BatchDelete
        • PerformAction
        • GetPlayerURL
        • BatchGetPlayerURLs
        • GetManifests
        • GenerateDownloadURL
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Response
  1. API reference
  2. REST
  3. Video
  4. GenerateDownloadURL

Video API, REST: Video.GenerateDownloadURL

Written by
Yandex Cloud
Updated at January 22, 2026
  • HTTP request
  • Path parameters
  • Response

Generates a URL for downloading the original video file.
This URL is time-limited and provides direct access to the source video.

HTTP requestHTTP request

POST https://video.api.cloud.yandex.net/video/v1/videos/{videoId}:generateDownloadURL

Path parametersPath parameters

Field

Description

videoId

string

Required field. ID of the video for which to generate a download URL.

The maximum string length in characters is 50.

ResponseResponse

HTTP Code: 200 - OK

{
  "downloadUrl": "string"
}

Field

Description

downloadUrl

string

Time-limited URL for downloading the original video file.
This URL provides direct access to the source video file
and can be used with standard download tools.

Was the article helpful?

Previous
GetManifests
Next
Audit Trails events
© 2026 Direct Cursus Technology L.L.C.