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

# Download Document

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

Download a document file.

- **document_id**: The id of the document to download.
- **locale**: The locale of the document to download. If not provided, the default locale will be used.

Returns:
    Response: The document file.

## Path parameters

- `document_id` string, required

## Query parameters

- `locale` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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