Retrieve the status and result of a transcription job
completed or failed.
txn_abc123).| Field | Type | Description |
|---|---|---|
text | string | Transcribed text for this segment |
speaker | string | Speaker identifier (e.g., SPEAKER_0, SPEAKER_1) |
start | float | Start time in seconds |
end | float | End time in seconds |
confidence | float | Confidence score (0-1) |
| Code | Description |
|---|---|
audio_too_short | Audio is less than 1 second |
audio_corrupt | Audio file is corrupt or unreadable |
unsupported_format | Audio format not supported |
processing_error | Internal processing error |