---
title: "Download multiple files"
method: POST
path: "/v2/project/files/download"
tags: ["Files"]
---

# Download multiple files

`POST /v2/project/files/download`

Download up to 100 source or translated files in one request.

## Headers

- `gt-api-version` '2025-01-01.v0' | '2025-11-03.v1' | '2026-02-18.v1' | '2026-03-06.v1'
- `gt-project-id` string

## Request body

- object[]
  - `fileId` string, required
  - `branchId` string
  - `versionId` string
  - `locale` string — Translation locale. Omit for the source file.
  - `useLatestAvailableVersion` boolean

## Response `200`

Downloaded files.

- object
  - `files` object[]
    - `id` string
    - `branchId` string
    - `fileId` string
    - `versionId` string
    - `fileName` string
    - `data` string — Base64-encoded content.
    - `metadata` object
    - `fileFormat` string
    - `locale` string
  - `count` integer

## Other responses

- `400` — The request was invalid.
- `401` — Missing or invalid API key.
- `403` — The API key lacks the required permission, or the action is not allowed on the current plan.

---

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