Upload audio and receive diarization segments merged with transcription.
POST /audio/diarization/transcribe
multipart/form-data
| Field | Type | Required | Description |
|---|---|---|---|
file | file | Yes | Audio file in a supported format |
model | string | No | ASR model to use: munsit (default) or munsit-en-ar (mixed Arabic-English with code-switching) |
| Field | Type | Description |
|---|---|---|
transcription | object | Transcript and word-level timestamps |
diarization | object | Speaker segments with start/end labels |
merged | array of objects (start, end, speaker, text) | Combined diarization + transcript |
duration | number | Total duration in seconds |
API key for authentication
Diarization transcription created successfully