---
title: "Complete a multipart upload"
method: POST
path: "/complete-multipart-upload"
---

# Complete a multipart upload

`POST /complete-multipart-upload`

## Request body

- object
  - `data` object
    - `uploadId` string — The upload ID
    - `key` string — The object key
    - `parts` object[]
      - `ETag` string — The entity tag for the part
      - `PartNumber` integer — The part number

## Response `200`

Successful operation

- object
  - `status` string
  - `data` object
    - `status` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2024-10-22** `77e0fca87b92` — 1 info
  - endpoint added
- **2024-10-22** `fa796ac65c29` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/upscayl/apis/upscayl-cloud-api/changes/complete-multipart-upload/post.md)

---

[API](https://skmtc.dev/upscayl/apis/upscayl-cloud-api.md) · [All operations](https://skmtc.dev/upscayl/apis/upscayl-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upscayl/upscayl-cloud-api/revisions/77e0fca87b92/schema)
