Complete a multipart upload

Finalises a multipart S3 upload by providing the ETags collected from each part upload. Only required when POST /prequalification/bulk returns uploadType: multipart.

Collect the ETag response header from each individual part upload to S3, then call this endpoint with all parts.

Body Params

Request body to finalise a multipart upload

uuid
required

The file ID returned by POST /prequalification/bulk

string
required

The S3 multipart upload ID returned by POST /prequalification/bulk

parts
array of objects
required

Array of completed parts with their ETags. Parts must be in sequential order starting from 1.

parts*
Headers
string
required

Your API key for authentication.

Responses

400

Invalid request — missing fields, invalid parts, or part ETags do not match

401

Unauthorized - Missing or invalid API key

403

Forbidden - API key does not have access to this file

404

File not found

409

Conflict - Upload already completed for this file

500

Internal server error. Please contact support if the issue persists.

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