get https://example.td.commpeak.com/api/speech-recognition/
Use the Get speech for call id if you want to get the transcription of call, specified by the call id. You should send the call id as a variable in the request.
Response Body
data
(object)remote_identifier
(string): Remote identifier.
created_at
(string): Date and time of creation.
language
(string): Language used in the call.
plain_body
(string): Plain body of the call.
phrases
(array): Array of phrases detected in the call.phrase
(string): Detected phrase.
start_at
(integer): Start time of the phrase.
end_at
(integer): End time of the phrase.
channel
(integer): Channel of the phrase.
metadata
(object)tenant_id
(string): Tenant ID.
uuid
(string): Universally unique identifier.
status
(string): Status of the call.
message
(string): Additional message related to the call.