Retrieve transcription
Returns a recorded call 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
Call ID.
"bbaa37bf-430a-46da-ade3-c248e407016"
Response
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.
en, de, es, fr, it, null Call duration in seconds.
102
Total charge for the transcription in USD.
"0.01"
Transcription status.
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."