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:

  • gRPC request
  • GetFileUrlRequest
  • GetFileUrlResponse
  1. API references
  2. Files API
  3. gRPC
  4. File
  5. GetUrl

Files API, gRPC: FileService.GetUrl

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetFileUrlRequest
  • GetFileUrlResponse

Retrieve a URL for accessing or downloading a specific file.

gRPC requestgRPC request

rpc GetUrl (GetFileUrlRequest) returns (GetFileUrlResponse)

GetFileUrlRequestGetFileUrlRequest

{
  "file_id": "string"
}

Request message for retrieving the URL of a specific file.

Field

Description

file_id

string

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

GetFileUrlResponseGetFileUrlResponse

{
  "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.