---
title: "Upload a document to sanitize"
method: POST
path: "/api/v1/upload"
tags: ["entrusted"]
---

# Upload a document to sanitize

`POST /api/v1/upload`

## Response `202`

Request accepted and queued for processing

- UploadResponse[]
  - `request_id` string — Request system identifier encoded in base58 format. The underlying value follows the format base64_fileuuid;base64_filename. This helps set a reasonable output file name once the file is ready for download later.
  - `tracking_uri` string — URI location for fetching processing notifications

## Other responses

- `400` — unresolved $ref
- `500` — unresolved $ref

## Changes

- **2026-07-17** `2c84e469710b` — 1 info
  - added the new optional request property `visualquality`
- **2022-10-26** `1eae626d0ad0` — 1 warning
  - removed the request property `visualquality`

[Change history](https://skmtc.dev/rimerosolutions/apis/entrusted-webserver-api/changes/api/v1/upload/post.md)

---

[API](https://skmtc.dev/rimerosolutions/apis/entrusted-webserver-api.md) · [All operations](https://skmtc.dev/rimerosolutions/apis/entrusted-webserver-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rimerosolutions/entrusted-webserver-api/revisions/2c84e469710b/schema)
