---
title: "Submit a document"
method: POST
path: "/v1/customers/{customer_id}/documents"
tags: ["Customers"]
---

# Submit a document

`POST /v1/customers/{customer_id}/documents`

Submit a document

## Path parameters

- `customer_id` string, uuid, required

## Request body

- LinkDocumentRequest
  - `document_id` string, uuid, required

## Response `200`

Document successfully linked to customer

## Other responses

- `400` — Invalid request
- `401` — Authentication error
- `500` — Internal server error

---

[API](https://skmtc.net/lorum/apis/auth-api.md) · [All operations](https://skmtc.net/lorum/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lorum/auth-api/versions/f9b8935027e3/schema)
