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 |
| 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 |