bulutklinik
Now in public preview

Build healthcare integrations faster.

One OAuth2 API for appointments, medical devices, prescriptions and more. Sign up, ship in minutes — no contracts, no hassle.

2.5M+

API calls / month

99.9%

Uptime SLA

~200ms

Median response

api.bulutklinik.com
# 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

Quick start

Up and running in minutes.

Three steps. No phone calls. No paperwork.

1

Sign up

Create a developer account in 60 seconds — phone-verified.

# 1 minute · [email protected]
2

Get keys

Submit a project. Once approved, your client_id and secret appear instantly.

client_id = "a1b9…40e5"
3

Make a call

POST your credentials to /connectApi and receive a token.

curl -X POST /connectApi
SDKs

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
api.bulutklinik.com
# 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.