Get Multipart Upload Part URLs

Generates presigned URLs for individual parts of a multipart upload. Each part should be uploaded via PUT request to the returned URLs.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The multipart upload ID returned from /upload-multipart/init.

string
required

The S3 key returned from /upload-multipart/init.

part_numbers
array of numbers
required

Array of part numbers to generate upload URLs for (e.g. [1, 2, 3]).

part_numbers*
Responses

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