Teyuto
HomeLink
Multiple Menus
  • Link1
  • Link2
HomeLink
Multiple Menus
  • Link1
  • Link2
  1. Videos
  • Introduction
  • Sessions
    • Generate session
      POST
    • Delete session
      DELETE
  • Videos
    • Create video
      POST
    • Edit video
      PATCH
    • Get video
      GET
    • Delete video
      DELETE
    • Get list of videos
      GET
    • Add cover
      POST
    • Delete cover
      DELETE
    • Delete caption
      DELETE
    • Add caption
      POST
    • Get TUS' parameters for direct upload
      GET
    • Get caption
      GET
  • Live
    • Create live
      POST
    • Edit live
      PATCH
    • Get live
      GET
    • Delete live
      DELETE
    • Get list of live
      GET
    • Add cover
      POST
    • Delete cover
      DELETE
  • Live-imitations
    • Create live-imitations
      POST
    • Edit live-imitation
      PATCH
    • Get live imitation
      GET
    • Delete live imitation
      DELETE
    • Get list of live imitations
      GET
    • Add cover
      POST
    • Delete cover
      DELETE
  • Collections
    • Get list of collections
    • Create collection
    • Delete collection
    • Add cover
    • Get collection
    • Add cover vertical
    • Add collection background
    • Add collection logo title
    • Delete cover
    • Delete cover vertical
    • Delete collection background
    • Delete collection logo title
    • Edit collection
  • Packages
    • Get list of packages
    • Get packages
    • Add cover
    • Delete cover
    • Edit packages
    • Delete package
    • Create package
  • Contents
    • List of contents
    • Get content
    • List type of contents
  • Tags
    • Get tag
    • Edit tag
    • Delete tag
    • Get list of tags
    • Create tag
  • Users
    • Get list of users
    • Get user
    • Edit user
    • Add avatar
    • Delete user
    • Create user
  • Pages
    • List of pages
    • Get specific page
  • Channels
    • Channel settings
  • Customfields
    • Users customfields
    • Create users customfields
    • Edit users customfields
    • Delete users customfields
    • Create collections customfields
    • Collections customfields
    • Edit collections customfields
    • Delete collections customfields
    • Create videos customfields
    • Videos customfields
    • Delete videos customfields
    • Edit videos customfields
  • Analytics
    • Analytics collections
    • Analytics collection
    • Analytics videos
    • Analytics video
    • General analytics
    • Analytics users
    • Analytics user
  • Events
    • Get list of events
    • Delete event
    • Create event
  • Acl
    • Set acl
    • Remove acl
  • Playlists
    • Get Playlist
    • Create Playlist
    • Edit Playlist
    • Delete Playlist
  • Restreams
    • Create Restream
    • Edit Restream
    • Get Restream
    • Get list of Restreams
    • Delete Restream
  1. Videos

Get TUS' parameters for direct upload

GET
/videos/{video_id}/upload
Generate URL to upload video

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Path Params

Header Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/videos//upload' \
--header 'Accept: text/plain' \
--header 'Authorization;'

Responses

🟢201Created
application/json
Body

Example
{
    "status": "<string>"
}
🟠401Bad Request
🟠404Not Found
Modified at 2024-09-05 10:08:39
Previous
Add caption
Next
Get caption
Built with