Orthanc Server
Connector for the orthanc-server API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://demo.orthanc-server.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_changes— GET /changes — List changesget_exports— GET /exports — List exportsget_instances— GET /instances — List the available instancesget_instances_id— GET /instances/{id} — Get information about some instanceget_instances_id_attachments— GET /instances/{id}/attachments — List attachmentsget_instances_id_attachments_name— GET /instances/{id}/attachments/{name} — List operations on attachments
Inputs
apiKey— your orthanc-server API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_changes
apiKey: <your key>