Retrieve a transcription
Returns the transcription for the request identified by request_id, including transcript, speaker turns, and insights when available.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Path Parameters
The request_id of the transcription, returned when the file was uploaded.
"e865ea07-25af-4fdd-876e-04b0d41d5ebd"
Response
Returns the completed transcription.
Complete transcription text attributed to each channel.
List of transcription turns, including speaker attribution, timestamps, and sentiment.
Transcription request ID.
"e84f350f-6da7-4b56-80eb-41dec572626b"
Transcription language.
en, de, es, fr, it, null "en"
File duration in seconds.
102
Total transcription charge in USD.
"0.01"
Transcription status. Possible values are completed, failed.
completed, failed "completed"
Date and time of the transcription in ISO 8601 format.
"2023-01-09T10:04:39.734Z"
Conversation sentiment score. Scores from 1.0 to 3.0 are negative; scores from 4.0 to 5.0 are positive.
"3.8"
Transcription summary.
"The agent and client discussed call recording and call transcription"
Uploaded file URL.
"https://api.wavix.com/v1/files/uuid"