---
title: "Anonymize instance"
method: POST
path: "/instances/{id}/anonymize"
tags: ["Instances"]
---

# Anonymize instance

`POST /instances/{id}/anonymize`

Download an anonymized version of the DICOM instance whose Orthanc identifier is provided in the URL: https://book.orthanc-server.com/users/anonymization.html#anonymization-of-a-single-instance

## Path parameters

- `id` string, required

## Request body

- object
  - `DicomVersion` string — Version of the DICOM standard to be used for anonymization. Check out configuration option `DeidentifyLogsDicomVersion` for possible values.
  - `Force` boolean — Allow the modification of tags related to DICOM identifiers, at the risk of breaking the DICOM model of the real world
  - `Keep` string[] — List of DICOM tags whose value must not be destroyed by the anonymization. Starting with Orthanc 1.9.4, paths to subsequences can be provided using the same syntax as the `dcmodify` command-line tool (wildcards are supported as well).
  - `KeepPrivateTags` boolean — Keep the private tags from the DICOM instances (defaults to `false`)
  - `KeepSource` boolean — If set to `false`, instructs Orthanc to the remove original resources. By default, the original resources are kept in Orthanc.
  - `PrivateCreator` string — The private creator to be used for private tags in `Replace`
  - `Remove` string[] — List of additional tags to be removed from the DICOM instances. Starting with Orthanc 1.9.4, paths to subsequences can be provided using the same syntax as the `dcmodify` command-line tool (wildcards are supported as well).
  - `Replace` object — Associative array to change the value of some DICOM tags in the DICOM instances. Starting with Orthanc 1.9.4, paths to subsequences can be provided using the same syntax as the `dcmodify` command-line tool (wildcards are supported as well).
  - `Transcode` string — Transcode the DICOM instances to the provided DICOM transfer syntax: https://book.orthanc-server.com/faq/transcoding.html

## Response `200`

---

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