---
title: "Download document"
method: GET
path: "/v0/document/{document_id}/download"
tags: ["v0"]
---

# Download document

`GET /v0/document/{document_id}/download`

## Path parameters

- `document_id` string, required

## Response `200`

Successfully downloaded document. The content-disposition header will be set to the original filename.

## Other responses

- `400` — Bad Request - Invalid parameters provided
- `401` — Unauthorized - Authentication required
- `402` — Payment Required - Insufficient credits for this request
- `404` — Not Found - Document not found
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error - An error occurred while processing the request

---

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