Orthanc API
OA
Orthanc API
/instances

List the available instances

List the Orthanc identifiers of all the available DICOM instances

liveunknown~3s typical
instancesorthanc
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-orthanc-server-com /instances for me.

Input

FieldTypeDescription
expandstringIf present, retrieve detailed information about the individual instances default null
fullbooleanIf present, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value) default null
limitnumberLimit the number of results default null
requestedTagsstringIf present, list the DICOM Tags you want to list in the response. This argument is a semi-column separated list of DICOM Tags identifiers; e.g: 'requestedTags=0010,0010;PatientBirthDate'. The tags r default null
shortbooleanIf present, report the DICOM tags in hexadecimal format default null
sincenumberShow only the resources since the provided index default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-orthanc-server-com","endpoint":"/instances","input":{"expand":"...","full":true,"limit":1,"requestedTags":"...","short":true,"since":1}}'
cli
npx cracked-ai run -p oa-orthanc-server-com -e /instances -i '{"expand":"...","full":true,"limit":1,"requestedTags":"...","short":true,"since":1}'
mcp
run_tool({ provider: "oa-orthanc-server-com", endpoint: "/instances", input: {"expand":"...","full":true,"limit":1,"requestedTags":"...","short":true,"since":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.