Retrieve a transcription
Returns a transcription.
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
Transcription request ID.
"e865ea07-25af-4fdd-876e-04b0d41d5ebd"
Response
Transcription details.
Complete transcription text attributed to each channel.
List of transcription turns, including speaker attribution, timestamps, and sentiment.
[
{
"speaker": "channel_1",
"s": 600,
"e": 700,
"text": "Hi",
"sentiment": "positive"
}
]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"