S

Slicebox API

by Slicebox Free tier

Slicebox - safe sharing of medical images

mapsentertainmentpaymentsstoragecloud storagefilesenterprisecollaboration

Quick Reference

Base URL http://slicebox.local/api Auth type OAuth 2.0 Auth header Authorization: Bearer YOUR_ACCESS_TOKEN Rate limit 4,000 API calls/min (authenticated) Pricing Free tier available Free quota 10 GB storage / forever Documentation http://github.org/slicebox/slicebox Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score C 57% builder-friendly
Pricing
90
Latency
0
Depth
76

Authentication

OAuth 2.0 or JWT (Server Authentication) for machine-to-machine

Authorization: Bearer YOUR_ACCESS_TOKEN

Pricing

Model freemium Starting price Free tier available Free quota 10 GB storage / forever
PlanPrice/moIncluded
Individual Free 10 GB storage
Business Starter $15 Per user/mo, unlimited storage
Business $20 Per user/mo, advanced admin
Enterprise $0 Custom pricing

Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom.

Key Endpoints

MethodPathDescription
POST /anonymization/anonymize anonymize the images corresponding to the supplied list of image IDs (each paire
GET /anonymization/keys get a list of anonymization keys, each specifying how vital DICOM attributes hav
GET /anonymization/keys/export/csv export all anonymization keys as a csv file
POST /anonymization/keys/query submit a query for anonymization keys
DELETE /anonymization/keys/{id} delete an anonymization key that is no longer of interest
GET /anonymization/keys/{id} get the anonymization key with the supplied ID
GET /anonymization/keys/{id}/keyvalues get pointers to the images corresponding to the anonymization key with the suppl
GET /anonymization/options list all supported anonymization options defining an anonymization profile

Sample Request

curl -X GET 'http://slicebox.local/api/anonymization/anonymize' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Slicebox documentation.