---
title: "Upload Document Content"
method: POST
path: "/v1/documents/document/upload_content"
tags: ["API / Document", "Use case / Document import"]
---

# Upload Document Content

`POST /v1/documents/document/upload_content`

Upload document content.

## Response `201`

Successful Response

- DocumentUploadResponse
  - `upload_id` string, uuid, required — Unique identifier for the uploaded document

## Other responses

- `400` — Bad Request — invalid input or malformed request
- `401` — Unauthorized — missing or invalid authentication credentials
- `403` — Forbidden — insufficient permissions for this operation
- `422` — Validation Error
- `429` — Too Many Requests — rate limit exceeded. See the `Retry-After` header
- `500` — Internal Server Error
- `503` — Service Unavailable — temporarily unable to handle the request

---

[API](https://skmtc.dev/qargo/apis/qargo-tms-api.md) · [All operations](https://skmtc.dev/qargo/apis/qargo-tms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qargo/qargo-tms-api/revisions/17297902e7ce/schema)
