---
title: "Upload Document"
method: POST
path: "/user/patient/document/upload"
tags: ["provider", "user"]
---

# Upload Document

`POST /user/patient/document/upload`

Upload a document for a patient.

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- DocumentSummary
  - `id` string, required
  - `patientId` string, required
  - `filePath` string, required
  - `fileType` string, required
  - `title` string, required
  - `summary` string, nullable, required
  - `docType` 'LAB' | 'PHARMACY' | 'IMAGE' | 'REPORT' | 'OTHER' | 'CONSENT' | 'NOTE_UPLOAD', required
  - `signatureUrl` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
