Slicebox - safe sharing of medical images
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
OAuth 2.0 or JWT (Server Authentication) for machine-to-machine
Authorization: Bearer YOUR_ACCESS_TOKEN
| Plan | Price/mo | Included |
|---|---|---|
| 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.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'http://slicebox.local/api/anonymization/anonymize' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Slicebox documentation.