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 Foundation Models
    • Overview
    • API authentication
        • Overview
          • Overview
          • Create
          • Get
          • GetUrl
          • Update
          • Delete
          • List
  • Yandex Cloud ML SDK
  • Compatibility with OpenAI
  • Access management
  • Pricing policy
  • 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 November 26, 2024
  • 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.