---
title: "Create ZIP archive"
method: GET
path: "/studies/{id}/archive"
tags: ["Studies"]
---

# Create ZIP archive

`GET /studies/{id}/archive`

Synchronously create a ZIP archive containing the DICOM study whose Orthanc identifier is provided in the URL. This flavor is synchronous, which might *not* be desirable to archive large amount of data, as it might lead to network timeouts. Prefer the asynchronous version using `POST` method.

## Path parameters

- `id` string, required

## Query parameters

- `filename` string
- `lossy-quality` number
- `transcode` string

## Response `200`

---

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