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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Video
    • Overview
    • Control
    • Troubleshooting
  • Access management
  • Pricing policy
    • Authentication with the API
    • Getting started with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • GenerateUploadURL
        • Delete
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GenerateSubtitleUploadURLRequest
  • GenerateSubtitleUploadURLResponse
  1. API reference
  2. gRPC
  3. Subtitle
  4. GenerateUploadURL

Video API, gRPC: SubtitleService.GenerateUploadURL

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GenerateSubtitleUploadURLRequest
  • GenerateSubtitleUploadURLResponse

Generate an upload URL to add a new subtitle file.

gRPC request

rpc GenerateUploadURL (GenerateSubtitleUploadURLRequest) returns (GenerateSubtitleUploadURLResponse)

GenerateSubtitleUploadURLRequest

{
  "subtitle_id": "string"
}

Field

Description

subtitle_id

string

Required field. ID of the subtitle.

GenerateSubtitleUploadURLResponse

{
  "upload_url": "string"
}

Field

Description

upload_url

string

Upload url.

Was the article helpful?

Previous
Create
Next
Delete
Yandex project
© 2025 Yandex.Cloud LLC