---
title: "Resume upload"
method: PUT
path: "/resumable_upload_url"
tags: ["binary_upload"]
---

# Resume upload

`PUT /resumable_upload_url`

Resumes uploading a file to the same location.

> **NOTE:** After uploading the file, you can add it as Brandfolder asset by
copying the `object_url` value from the [Get an upload
URL](/api/brandfolder/openapi/binary_upload/opidstorageserviceuploadrequestsget)
response into your request body's `attachments.url` property. See [Create
assets in a
Brandfolder](/api/brandfolder/openapi/assets/opidapiv4collectionsassetsbybrandfolderidpost)
for details.

## Response `200`

Successful response.

- object

## Other responses

- `201` — Upload was interrupted. Resume uploading at this URL.
- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
