Gets a remaining upload part for a multipart file upload.
1curl https://api.upload.io/v2/accounts/{accountId}/uploads/{uploadId}/parts/{uploadPartIndex} \2 -H "Authorization: Bearer YOUR_API_KEY"
1{2 "range": {3 "inclusiveEnd": 5242879,4 "inclusiveStart": 05 },6 "uploadId": "Kd759aLFxttm69kZ",7 "uploadPartIndex": 7,8 "uploadUrl": "https://...long-url...x-id=PutObject"9}
Your account ID.
This is visible on the settings page:
https://upload.io/dashboard/settings
Type: String
Length: 7
Example: A623uY2
In: Path
Required: Yes
The ID for the multipart file upload.
Type: String
Length: 16
Example: Kd759aLFxttm69kZ
In: Path
Required: Yes
Index of an uploadable file part.
Can be used as the uploadPartIndex parameter in the GetUploadPart and CompleteUploadPart endpoints.
Type: Integer
Minimum: 0
Example: 7
In: Path
Required: Yes
Add one of these Authorization header values to your request:
•Option 1: prefix "Bearer " to your API key. The result is your Authorization header value.
•Option 2: use HTTP basic authorization, specifying apikey as your username, and your API key as your password.
Type: String
In: Header
Required: Yes
This website uses cookies. By continuing you are consenting to the use of cookies per our cookie policy.
This website requires a modern web browser -- the latest versions of these browsers are supported: