Skip to main content
GET
/
upload
/
sign-part
Get a signed URL for multipart upload chunk
curl --request GET \
  --url https://api.indoralabs.com/upload/sign-part \
  --header 'x-api-key: <api-key>'
{
  "url": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

key
string
required

S3 object key.

uploadIdS3
string
required

S3 UploadId from init.

partNumber
integer
required

Part number to upload (1-indexed).

Required range: x >= 1

Response

200 - application/json

Signed URL

url
string

Pre-signed URL.