Get streaming transcription WebSocket URL
Returns the WebSocket URL and connection details for real-time audio transcription. The returned URL can be used to establish a WebSocket connection for streaming audio data and receiving transcribed text in real-time.
Audio Requirements:
- Sample Rate: 16kHz
- Encoding: PCM 16-bit little-endian
- Channels: Mono (1 channel)
Pricing: 0.60 per hour)
GET
Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key starting with sk_case_
Previous
Create transcription jobCreates an asynchronous transcription job for audio files. Supports two modes:
**Vault-based (recommended)**: Pass `vault_id` and `object_id` to transcribe audio from your vault. The transcript will automatically be saved back to the vault when complete.
**Direct URL (legacy)**: Pass `audio_url` for direct transcription without automatic storage.
Next

