C ClinVoice
Sign in Start free

Speak the note.
Get a clinical transcript.

ClinVoice turns bedside dictation into accurate hospital language — medications, vitals, doses, and procedures — then hands you a clean note or an API for your own systems.

100
free notes / day
API
token + JS SDK
Web
dictate in the browser
Listening · ward round

Patient is a 58-year-old male with hypertension and type 2 diabetes.

BP 120/80 mmHg.

Start amlodipine 5 mg daily and metformin 500 mg bd.

NKDA. Follow up in 2 weeks.

Misheard “amloadipine” → amlodipine
“one twenty over eighty” → BP 120/80 mmHg

Why hospitals use it

Dictation that understands the ward.

Clinical language layer

Drug names, frequencies (OD, bd, TDS, PRN), vitals and doses are corrected into standard hospital form.

Speak at the bedside

Start, pause on silence, and watch the note appear. Built for rounds — not studio mics.

API for your stack

Generate a token, post audio, receive text. Drop the JavaScript SDK into internal tools or a ward kiosk.

Three steps. No training required.

  1. 01

    Sign up free

    Email and password. You are signed in immediately on the Free plan — 100 requests per day.

  2. 02

    Try Now

    Open the microphone, dictate the note, copy the transcript. History keeps web and API jobs separately.

  3. 03

    Connect the API

    Mint a token, POST audio to /v1/transcribe, or use the JS SDK in your own UI.

Developer ready

One endpoint. A clinical note back.

Send audio from your own app or ward kiosk. You get a clinical note back — ready to store or display.

curl -X POST https://voice.prescriptionreader.online/v1/transcribe \
  -H "Authorization: Bearer cv_…" \
  -F "audio=@note.webm"

{
  "id": "…",
  "text": "BP 120/80 mmHg. Start amlodipine 5 mg daily.",
  "source": "api"
}

Start on Free. Grow with your ward.

Every new account lands on the default Free plan. Administrators can create clinic and hospital plans with higher daily limits.

Default

Free

0 — Free
100 / day

100 clinical transcriptions per day. Web + API access.

Start free