syncing market data_
This is the full documentation of the [REST API](https://book.orthanc-server.com/users/rest.html) of Orthanc.<p>This reference is automatically generated from the source code of Orthanc. A [shorter cheat sheet](https://book.orthanc-server.c
This is the full documentation of the [REST API](https://book.orthanc-server.com/users/rest.html) of Orthanc.<p>This reference is automatically generated from the source code of Orthanc. A [shorter cheat sheet](https://book.orthanc-server.com/users/rest-cheatsheet.html) is part of the Orthanc Book.<p>An earlier, manually crafted version from August 2019, is [still available](2019-08-orthanc-openapi.html), but is not up-to-date anymore ([source](https://groups.google.com/g/orthanc-users/c/NUiJTEICSl8/m/xKeqMrbqAAAJ)).
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /changes | List changes | FREE |
| GET | /instances/{id}/frames/{frame} | List operations | FREE |
| DELETE | /exports | Clear exports | FREE |
| DELETE | /instances/{id} | Delete some instance | FREE |
| GET | /instances/{id}/matlab | Decode frame for Matlab | FREE |
| GET | /instances/{id}/frames/{frame}/image-int16 | Decode a frame (int16) | FREE |
| GET | /instances/{id}/frames/{frame}/image-uint16 | Decode a frame (uint16) | FREE |
| GET | /instances/{id}/frames/{frame}/image-uint8 | Decode a frame (uint8) | FREE |
| GET | /instances/{id}/frames/{frame}/matlab | Decode frame for Matlab | FREE |
| GET | /instances/{id}/frames/{frame}/numpy | Decode frame for numpy | FREE |
| GET | /instances/{id}/frames/{frame}/preview | Decode a frame (preview) | FREE |
| GET | /instances/{id}/frames/{frame}/raw | Access raw frame | FREE |
| GET | /instances/{id}/frames/{frame}/raw.gz | Access raw frame (compressed) | FREE |
| GET | /instances/{id}/frames/{frame}/rendered | Render a frame | FREE |
| POST | /instances | Upload DICOM instances | FREE |
| GET | /exports | List exports | FREE |
| GET | /instances/{id} | Get information about some instance | FREE |
| POST | /instances/{id}/attachments/{name}/verify-md5 | Verify attachment | FREE |
| GET | /instances/{id}/content | Get raw tag | FREE |
| POST | /instances/{id}/export | Write DICOM onto filesystem | FREE |
| GET | /instances/{id}/file | Download DICOM | FREE |
| GET | /instances/{id}/frames | List available frames | FREE |
| DELETE | /changes | Clear changes | FREE |
| POST | /instances/{id}/anonymize | Anonymize instance | FREE |
| GET | /instances/{id}/attachments | List attachments | FREE |
| DELETE | /instances/{id}/attachments/{name} | Delete attachment | FREE |
| GET | /instances/{id}/attachments/{name} | List operations on attachments | FREE |
| PUT | /instances/{id}/attachments/{name} | Set attachment | FREE |
| POST | /instances/{id}/attachments/{name}/compress | Compress attachment | FREE |
| GET | /instances/{id}/attachments/{name}/compressed-data | Get attachment (no decompression) | FREE |
| GET | /instances/{id}/attachments/{name}/compressed-md5 | Get MD5 of attachment on disk | FREE |
| GET | /instances/{id}/attachments/{name}/compressed-size | Get size of attachment on disk | FREE |
| GET | /instances/{id}/attachments/{name}/data | Get attachment | FREE |
| GET | /instances/{id}/attachments/{name}/info | Get info about the attachment | FREE |
| GET | /instances/{id}/attachments/{name}/is-compressed | Is attachment compressed? | FREE |
| GET | /instances/{id}/attachments/{name}/md5 | Get MD5 of attachment | FREE |
| GET | /instances/{id}/attachments/{name}/size | Get size of attachment | FREE |
| POST | /instances/{id}/attachments/{name}/uncompress | Uncompress attachment | FREE |
| GET | /instances/{id}/header | Get DICOM meta-header | FREE |
| GET | /instances/{id}/image-int16 | Decode an image (int16) | FREE |
| GET | /instances/{id}/image-uint16 | Decode an image (uint16) | FREE |
| GET | /instances/{id}/image-uint8 | Decode an image (uint8) | FREE |
| GET | /instances/{id}/metadata | List metadata | FREE |
| DELETE | /instances/{id}/metadata/{name} | Delete metadata | FREE |
| GET | /instances/{id}/metadata/{name} | Get metadata | FREE |
| PUT | /instances/{id}/metadata/{name} | Set metadata | FREE |
| POST | /instances/{id}/modify | Modify instance | FREE |
| GET | /instances/{id}/module | Get instance module | FREE |
| GET | /instances/{id}/numpy | Decode instance for numpy | FREE |
ozma register && ozma call orthanc-api /changes --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/orthanc-api/changes# Python
client.proxy_call("orthanc-api", "/changes")