LAP Registry

Slicebox API Skill

slicebox-local

Provider: Slicebox Version: 2.0 Endpoints: 118 Updated: 2026-04-03

Raw .lap | Lean format | API JSON | Open in app

Endpoints

MethodPathDescription
GET/sources
GET/destinationsReturns a list of currently available data sources. Possible source types are user - data imported by an API call by a user, box - data received from a remote box, directory - dat...
POST/system/stopReturns a list of currently available destinations. Possible destinations are box - sending data to a remote box, and scu - sending data a receiving SCP.
GET/system/healthstop and shut down slicebox
GET/import/sessionsNo-op route for checking whether the service is alive or not
POST/import/sessionsReturns a list of available import sessions.
GET/import/sessions/{id}create a new import sessions
DELETE/import/sessions/{id}Returns the import sessions with the supplied ID
POST/import/sessions/{id}/imagesdeletes the import session with the supplied ID
GET/import/sessions/{id}/imagesadd a DICOM dataset to the import session with the supplied ID
GET/metadata/patientsget the imported images corresponding to the import session with the supplied ID
POST/metadata/patients/queryReturns a list of metadata on the patient level of the DICOM hierarchy
GET/metadata/patients/{id}submit a query for patients
GET/metadata/patients/{id}/imagesReturn the patient with the supplied ID
GET/metadata/studiesReturns all images for the patient with the supplied patient ID
POST/metadata/studies/queryReturns a list of metadata on the study level of the DICOM hierarchy
GET/metadata/studies/{id}submit a query for studies
GET/metadata/studies/{id}/imagesReturn the study with the supplied ID
GET/metadata/seriesReturns all images for the study with the supplied study ID
POST/metadata/series/queryReturns a list of metadata on the series level of the DICOM hierarchy
GET/metadata/series/{id}submit a query for series
GET/metadata/series/{id}/sourceReturn the series with the supplied ID
GET/metadata/series/{id}/seriestypesReturn the source of the series with the supplied ID
DELETE/metadata/series/{id}/seriestypesget the list of series types for the series with the supplied ID.
PUT/metadata/series/{seriesId}/seriestypes/{seriesTypeId}Delete all series types for the series with the supplied ID
DELETE/metadata/series/{seriesId}/seriestypes/{seriesTypeId}Add the series type with the supplied series type ID to the series with the supplied series ID
GET/metadata/series/{id}/seriestagsDelete the series type with the supplied series type ID from the series with the supplied series ID
POST/metadata/series/{id}/seriestagsget the list of series tags for the series with the supplied ID.
DELETE/metadata/series/{seriesId}/seriestags/{seriesTagId}add a series tag to the series with the supplied ID
GET/metadata/seriestagsDelete the series tag with the supplied series tag ID from the series with the supplied series ID

Install as Skill

Use this API as a Claude Code skill for instant agent access.

CLI Install

lapsh skill-install slicebox-local

Downloads and installs to ~/.claude/skills/slicebox-local/

Manual Install

Download: Skill Bundle (JSON)

Or view: SKILL.md

Recent Versions (1)