---
title: "Finalise an uploaded file"
method: POST
path: "/api/v4/upload/{uploadId}/"
tags: ["Step 4 EITHER Finalise uploaded file"]
---

# Finalise an uploaded file

`POST /api/v4/upload/{uploadId}/`

The endpoints described in Step 4 are an Either/Or choice. You should use either the `Finalise an uploaded file` endpoint to finalize and process a standard upload, or the `Finalize additional file` endpoint to finalize and save an additional uploaded file as a new asset.

## Path parameters

- `uploadId` string, required

## Headers

- `Content-Type` 'application/x-www-form-urlencoded', required

## Response `202`

Accepted

- ApiV4UploadResponse1
  - `output` string
  - `batchId` string
  - `file` File
    - `bucket` string
    - `path` string
    - `type` string
  - `filename` string
  - `importId` string
  - `locationType` string
  - `success` integer

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/versions/bb9efc864ce1/schema)
