Introduction
Overview of the CBCTHub API v1
CBCTHub is a cloud platform for dental imaging centers. The REST API v1 lets your external system (PMS, marketplace, in-house software) upload DICOM scans and get a branded 3D viewer link in a few lines of code.
ℹ Quick start
- Create a free account and generate an API key under Settings → API.
- Call POST /api/v1/exams with patient metadata + file list.
- Upload DICOM files with PUT to the presigned URLs and finalize with /confirm.
The full integration takes ~2 hours with a senior dev, or 1 day with a junior.
What the API solves for you
- Direct upload to R2 (no proxy): fast even with 500 MB+ scans
- Shareable link branded as your imaging center (logo, colors, domain)
- 3D viewer embeddable via iframe
- Activity log: know when and who opened each exam
- Generous rate limits: up to 10,000 requests/hour on Ultra
- Idempotent confirm: your integration can retry safely without duplicating
Endpoints at a glance
/api/v1/examsCreate exam + get upload URLs
/api/v1/exams/{id}/confirmMark upload as finished
/api/v1/examsList exams (paginated)
/api/v1/exams/{id}Get exam details
/api/v1/exams/{id}Delete exam
/api/v1/meVerify key + account info
Try it in 30 seconds
curl https://cbcthub.com/api/v1/me \
-H "Authorization: Bearer cbct_live_..."Where to next
For developers →
Start with authentication and the 3-step flow
For B2B integrators →
Real use cases and how to architect the integration
Contact
If your system is a dental PMS, a marketplace of imaging centers, or in-house clinical software, email soporte@cbcthub.com or WhatsApp +56 9 7632 9096. We build custom integrations for Max and Ultra customers.