---
title: "Confirm Document Upload"
method: POST
path: "/business/v2/documents/confirm"
tags: ["Documents"]
---

# Confirm Document Upload

`POST /business/v2/documents/confirm`

After you got the temporary file URL of type `UPLOAD_URL` and the file is uploaded, the upload of file must be confirmed.

## Response `200`

The returned resource is a single `Document`.

- Document
  - `id` string — The `Document` ID.
  - `name` string — The original file name of the `Document`.
  - `preview_url` string — Pre-signed URL for the `Document` preview rendering.
  - `thumbnail_url` string — The Pre-signed URL for the file of the `Document` thumbnail.
  - `creation_time` string — The date and time when the `Document` was imported.
  - `attached` boolean — It indicates whether the `Document` is already attached to one or more activities.

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
