call with transcription

API Docs by APIMATIC

Call With Transcription

Call with trascription

Fields

NameDescription
uuid Required
String

Unique identifier of the call

date Required
DateTime

Date and time of the call

from Required
String

ANI/From attribute of the call

to Required
String

DNIS/To attribute of the call

duration Required
Number

Duration of the call, in seconds

charge Required
Decimal

Full charge for the call, in USD

destination Required
String

Destination of the outbound call call.

sip_trunk Required
String

Login of the SIP trunk on the platform used to make the call.

transcription Required

Call transcription

per_minute Required
Decimal

Call rate per minute, in USD.

{
  "uuid": "1234",
  "date": "2022-03-03T13:53:59.000Z",
  "from": "12212123123",
  "to": "18001231233",
  "duration": 72,
  "charge": 0.01,
  "destination": "United States - Toll-free",
  "sip_trunk": "36465",
  "transcription": {
    "uuid": "1234",
    "url": "https://api.wavix.com/v1/cdr/1243/transcription?appid=secret"
  },
  "per_minute": 0.0059
}