Getting started
Introduction
Two Turkish voice models, one API key. Alania turns text into speech; Yanki turns speech into text.
Alania
Streaming text to speech. POST /v1/audio/speech returns WAV as it is generated; first audio in ~{ttfa} ms.
Yanki
File transcription and live streaming. Drop-in compatible with OpenAI Whisper clients.
Base URLs
| Service | URL |
|---|---|
| Yanki · REST | https://voice.patientdesk.ai/v1/audio/transcriptions |
| Yanki · WebSocket | wss://voice.patientdesk.ai/v1/audio/stream |
| Alania · REST | https://voice.patientdesk.ai/v1/audio/speech |
| Alania · WebSocket | wss://voice.patientdesk.ai/v1/audio/speech/stream |
All requests go over HTTPS and JSON errors follow the OpenAI shape. Each account's quota and concurrency limits are shown in the dashboard.