Getting started
mdhub API
Integrate mdhub's clinical documentation into your systems. Record sessions, retrieve generated notes, sync patients over FHIR R4, and push structured data back into your EHR.
🔑
Authenticate
Sign requests with an API key, or use OAuth 2.0 for FHIR endpoints.
👥
Read patients
Search and read Patient resources over the FHIR R4 surface.
🎤
Upload a session
Send audio and poll for the clinical note when it is ready.
Base URLs
| Environment | mdhub API (v1) | FHIR R4 |
|---|---|---|
| Production | api.mdhub.ai/v1 |
api.mdhub.ai/fhir/R4 |
Your first request
Search Patient resources over the FHIR R4 API using an OAuth 2.0 bearer token.
curl https://api.mdhub.ai/fhir/R4/Patient \ -H "Authorization: Bearer $MDHUB_TOKEN" \ -H "Accept: application/fhir+json" \ -G -d "name=Ramirez" -d "_count=50"
Next
Guide
Authentication — API keys, OAuth 2.0 scopes
→
Reference
Explore every endpoint
→