OA
Orthanc API
/instances
List the available instances
List the Orthanc identifiers of all the available DICOM instances
liveunknown~3s typical
instancesorthanc
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-orthanc-server-com /instances for me.
Input
| Field | Type | Description |
|---|---|---|
| expand | string | If present, retrieve detailed information about the individual instances default null |
| full | boolean | If present, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value) default null |
| limit | number | Limit the number of results default null |
| requestedTags | string | If 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 |
| short | boolean | If present, report the DICOM tags in hexadecimal format default null |
| since | number | Show 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.