Skip to main content
GET
Get Corrected Transcript

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The unique identifier of the call for which you want to retrieve detailed information.

Response

string
Will be success if the request was successful.
string
Confirms the request was successful, or provides an error message if the request failed.
array
This will contain an array of objects. Each object will be constructed as the following.
array
Corrected transcripts provides us with a raw output that is generally unusable because we can’t eveen neccessarily align the ‘assistant’ and ‘user’ roles. To fix this, we provide our version of an ‘aligned’ transcript. This means essentailly a transcript where the roles are matched to the pieces of text.We do this by vectorizing the text, taking the cosine similarity, and adding a predictive layer based off of the wait_for_greeting param (essentially how sure are we that assistant or user spoke first).This will contain an array of objects. Each object will be constructed as the following.