calltranscription

API Docs by APIMATIC

Calltranscription

Single call transcription

Fields

NameDescription
transcript Required

Full call transcription attributed to a particular speaker

turns Required

An array of turn objects. Each object in the array contains text attributed to a particular speaker, along with the start and end times for that text.

uuid Required
String

Unique identifier of the transcription

language Required

Transcription language

duration Required
Number

Call duration

charge Required
Decimal

Full charge for the transcription

status Required

Transcription status

transcription_date Required
String

Date and time the transcription was processed

{
  "transcript": {
    "phone_number_1": "Hello",
    "phone_number_2": "Hi"
  },
  "turns": {
    "phone_number": "13132847320",
    "s": 600,
    "e": 700,
    "text": "Hi"
  },
  "uuid": "c833daa8d67cf15bdfef744a3e3e90f2",
  "language": null,
  "duration": 102,
  "charge": 0.01,
  "status": null,
  "transcription_date": "2023-01-09T10:04:39.734Z"
}