---
title: "Create a new batch multipart upload part"
method: POST
path: "/batch/{batch_id}/multipart-upload/{id}/part"
tags: ["upload"]
---

# Create a new batch multipart upload part

`POST /batch/{batch_id}/multipart-upload/{id}/part`

Upload a part of a file in a batch multipart upload. This is used to upload larger files in chunks.
The total size of all parts must not exceed the maximum allowed size.

## Response `201`

The created BatchMultipartUploadPart object

## Other responses

- `400` — The request payload is not correctly formed.

---

[API](https://skmtc.net/dvidshub/apis/dvids-content-submission-api.md) · [All operations](https://skmtc.net/dvidshub/apis/dvids-content-submission-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dvidshub/dvids-content-submission-api/revisions/921b385ab6b9/schema)
