Retrieve a transcription
Returns the transcription of the recorded call identified by call_id, including the transcript, speaker turns, and summary.
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 unique ID of the call.
"bbaa37bf-430a-46da-ade3-c248e407016"
Response
Returns the call transcription.
Mapping of phone numbers in the call to transcript text.
{ "16572026750": "", "16465292513": "" }List of speaker turns with text and start/end times.
[
{
"type": "46844685344",
"s": 160,
"e": 7280,
"text": "Hello, how can I help you?"
},
{
"type": "+16572026750",
"s": 2400,
"e": 3280,
"text": "Hello, I have a question about my bill."
}
]Transcription ID.
"e84f350f-6da7-4b56-80eb-41dec572626b"
Language of the transcription, as a two-letter ISO 639-1 code. One of en (English), de (German), es (Spanish), fr (French), or it (Italian). null lets the platform auto-detect the language.
en, de, es, fr, it, null Call duration in seconds.
102
Total charge for the transcription in USD.
"0.01"
Outcome of the transcription. One of completed (the transcript was produced) or failed (the transcription could not be produced).
completed, failed Date and time when the transcription was processed in ISO 8601 format.
"2023-01-09T10:04:39.734Z"
Date and time when the call was placed or received in ISO 8601 format.
"2023-01-09T10:01:13.394Z"
Associated call ID.
"bbaa37bf-430a-46da-ade3-c248e4070161"
Call sentiment score. Indicates negative (1.0-3.0), neutral, or positive (4.0-5.0).
"3.8"
One- or two-sentence call summary.
"The agent and client discussed billing issues."