Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • 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
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex AI Studio
    • About Yandex AI Studio
    • Yandex Workflows
    • Quotas and limits
    • Terms and definitions
  • Compatibility with OpenAI
    • Overview
    • API authentication
        • Overview
          • Overview
          • Create
          • Get
          • GetUrl
          • Update
          • Delete
          • List
  • Access management
  • Pricing policy
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • HTTP request
  • Query parameters
  • Response
  1. API references
  2. Files API
  3. REST
  4. File
  5. GetUrl

Files API, REST: File.GetUrl

Written by
Yandex Cloud
Updated at August 8, 2025
  • HTTP request
  • Query parameters
  • Response

Retrieve a URL for accessing or downloading a specific file.

HTTP requestHTTP request

GET https://rest-assistant.api.cloud.yandex.net/files/v1/files:getUrl

Query parametersQuery parameters

Request message for retrieving the URL of a specific file.

Field

Description

fileId

string

Required field. ID of the file which the URL is requested.

ResponseResponse

HTTP Code: 200 - OK

{
  "url": "string"
}

Response message containing the URL to access the requested file.

Field

Description

url

string

URL that can be used to access or download the file.

Was the article helpful?

Previous
Get
Next
Update
© 2025 Direct Cursus Technology L.L.C.