Install
openclaw skills install dicom-segmentation-apiDeploy and manage medical image segmentation using TotalSegmentator and MONAI with DICOM upload, batch processing, 3D export, and statistics generation.
openclaw skills install dicom-segmentation-apiDeploy medical image segmentation API using TotalSegmentator and MONAI.
# Start server
python api_server.py
# Or with custom port
python api_server.py --port 8000
POST /api/segment - Upload DICOM for segmentationGET /api/task/{task_id} - Get task statusGET /api/result/{task_id} - Get segmentation resultGET /health - Health checkSunshine-del-ux