Upload a single part of a large file in a multipart upload process

Uploads a single part of a large file in a multipart upload session and returns the ETag and part number.
This endpoint is used as part of the multipart upload workflow:

  1. First, initialize a multipart upload using InitiateMultipartUploadAsync
  2. Upload individual parts using this endpoint
  3. Complete the upload using CompleteMultipartUploadAsync

The part number must be between 1 and 10,000, and parts must be uploaded sequentially.
The same part number can be reused to replace a previously uploaded part.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int32
string
string
string
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Bad Request

403

Forbidden

404

Not Found

503

Service Temporarily Unavailable

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json