---
title: "Commit a chunked upload."
method: PUT
path: "/v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}"
tags: ["ChunkedUploads"]
---

# Commit a chunked upload.

`PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}`

This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls.

If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method.

**Note:** After you commit a chunked upload, it no longer accepts additional parts.

## Path parameters

- `accountId` string, required
- `chunkedUploadId` string, required

## Query parameters

- `action` string

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
