Build healthcare
integrations
faster.
One OAuth2 API for appointments, medical devices, prescriptions and more. Sign up, ship in minutes — no contracts, no hassle.
API calls / month
Uptime SLA
Median response
# Get the public API config — no auth required.
curl -s -H "Accept: application/json" \
https://api.bulutklinik.com/api/v3/general/getConfig
Try it live
Real call to /general/getConfig
One platform, every integration.
Whether you're building telehealth flows, lab integrations or partner portals — bulutklinik has the primitives.
Appointments
Search doctors, fetch slots, create instant or scheduled bookings.
Medical devices
Stream measurements, register devices, ingest patient data securely.
OAuth2 & Auth
Industry-standard tokens, scoped credentials, per-app rate limits.
Webhooks
Real-time events for appointments, payments, voicemails — at-most-once.
Up and running in minutes.
Three steps. No phone calls. No paperwork.
Get keys
Submit a project. Once approved, your client_id and secret appear instantly.
Make a call
POST your credentials to /connectApi and receive a token.
Use your favourite language.
A plain HTTP API means every language is first-class. Copy the snippet that fits your stack — same endpoints, same envelope.
- JSON-only request & response envelope
- OAuth2 password grant — no proprietary auth
- Refresh tokens with automatic rotation
# Exchange your API credentials for an access token.
curl -X POST https://api.bulutklinik.com/api/v3/general/connectApi \
-d "apiClientId=YOUR_CLIENT_ID" \
-d "apiSecretKey=YOUR_SECRET" \
-d "apiUserName=integration\@example.com" \
-d "apiUserPassword=••••••" \
-d "loginMode=email"
Ready to ship?
Get your API keys in 5 minutes. Free for development, transparent pricing for production.