Gotipath Docs
Stream
  • Documention
  • API Reference
CDN
  • Documention
  • API Reference
Stream
  • Documention
  • API Reference
CDN
  • Documention
  • API Reference
  1. Multipart Upload
  • Getting Started
  • Manage Videos
    • Uploader SDKs
    • Create Video
      POST
    • List Videos
      GET
    • Get Video details
      GET
    • Video delete
      DELETE
    • Update
      PUT
    • Pull Video
      POST
  • Manage Collection
    • Create Collection
      POST
    • Collection List
      GET
    • Show
      GET
    • update
      PUT
    • Delete
      DELETE
  • Multipart Upload
    • Create parts of the original video
      POST
    • Get Presign URL
      GET
    • SignPartUpload
      PUT
    • List parts
      GET
    • Complete Multipart Upload
      POST
    • AbortMultipartUpload
      DELETE
  • Manage Tags
    • Create New Tags
      POST
    • Get All Tags
      GET
  • Manage Livestream
    • Create New Livestream
      POST
    • Delete Live stream
      DELETE
    • Livestream make ban
      PATCH
    • Livestream make unban
      PATCH
    • Get all livestream
      GET
    • Players details
      GET
    • Livestream history
      GET
    • Livestream details
      GET
  • Notifications
    • Webhook notification logs
    • Webhook notification Resend
  • Manage Security Settings
    • Add Access control
    • Get Access control
  1. Multipart Upload

Get Presign URL

GET
https://apistream.gotipath.com/v1uploads/s3/multipart/{uploadId}/{partNumber}
Last modified:2023-11-14 07:28:58
Maintainer:Not configured
Use this endpoint to retrieve pre-signed upload URL for each part.

Request

Path Params
uploadId
string 
required
Example:
The UploadID returned by S3.
partNumber
string 
required
Example:
can’t be zero.
Query Params
key
string 
required
The object key for the file.
Example:
media%2F706449f3-b904-4e8b-868e-b65e3373bb7d.mp4
Header Params
X-Auth-ClientId
string 
required
Default:
ebe8bac0-eaef-4548-8b59-96c9ec38a22b
X-Auth-LibraryId
string 
required
Default:
89898172-d32b-49f8-a94a-bdf0c6ca1bd9
X-Auth-ApiKey
string 
required
Default:
pEBPYVUNMbP7uDsb0W2h3oTjpEqr32fFh/3TNUhvFcJt7/J/hyV+5LctVWONgzaw+w+PpQ

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 'https://apistream.gotipath.com/v1uploads/s3/multipart/The UploadID returned by S3./can’t be zero.?key=media%2F706449f3-b904-4e8b-868e-b65e3373bb7d.mp4' \
--header 'X-Auth-ClientId;' \
--header 'X-Auth-LibraryId;' \
--header 'X-Auth-ApiKey;'

Responses

🟢200OK
application/json
Body
url
string 
required
Example
{
    "url": "https://35d44b32-fbc9-448a-ada4-96557f7cc131.s3.ap-southeast-1.wasabisys.com/d0349dd7-0f0f-4c18-82c2-d00906cd9a50/131824_%28original%29_mp4.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=QOQNMELP8LZFKGKMCRSQ%2F20231114%2Fap-southeast-1%2Fs3%2Faws4_request&X-Amz-Date=20231114T061959Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&partNumber=9&uploadId=oD19inXuCQjfZH6EGFKV0RfarPMh-Si_Tw6Rr0Ud7Q2pnRPxw2nG6gkaTvEIUdfCTr1QYcpDAVVJ4H4TFjnQDPowB5jto7aTnOoGsBPZVaxGChuDak-4IFkIA1jOXEEK&X-Amz-Signature=66b3ca9fa2ff639e056f171093e6358225bbeb94fede5ba1664d7cd9a47e9a78"
}
Previous
Create parts of the original video
Next
SignPartUpload
Built with