---
title: "上传文档"
method: POST
path: "/api/v1/upload/document"
tags: ["attachment"]
---

# 上传文档

`POST /api/v1/upload/document`

上传文档文件，要求用户已登录并具备文档上传权限。

## Response `200`

OK

- BizGinResponseUploadDocument
  - `code` integer
  - `data` BizUploadDocumentData
    - `id` integer
  - `error` string
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/mnt-ltd/apis/moredoc-api.md) · [All operations](https://skmtc.net/mnt-ltd/apis/moredoc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mnt-ltd/moredoc-api/versions/53eb9582e681/schema)
