---
title: "Upload a document"
method: POST
path: "/api/2026-01-01/document-uploads"
tags: ["DocumentUploads"]
---

# Upload a document

`POST /api/2026-01-01/document-uploads`

Upload a document file to receive a document ID that can be referenced in other API calls (e.g. attaching a document to a clinical record). The uploaded file is stored securely and a presigned URL is returned in the response for temporary access. Accepted file types are PDF, JPEG, and PNG. Maximum file size is 50 MB.

## Response `201`

The document was uploaded

- DocumentUploadsResponse
  - `id` string, uuid, required — Identifier for the document uploaded.
  - `file_path` string, uri, required — Presigned URL providing temporary access to the uploaded document. This URL expires after 10 minutes. To retrieve a fresh URL, use the GET endpoint with the document ID.
  - `created_at` string, date-time, required — ISO 8601 timestamp when the document was uploaded.

## Other responses

- `400` — The document was not uploaded

---

[API](https://skmtc.net/jane/apis/jdp-api.md) · [All operations](https://skmtc.net/jane/apis/jdp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jane/jdp-api/revisions/119f3c4ad601/schema)
