Use this method to request transcription for a specific recorded call. The resulting JSON includes 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 calculated from the moment the call was answered. For your convenience, Wavix also provides the full text for each speaker.
This endpoint requires authentication.
GET /cdr/{uuid}/transcription
curl -X GET -G \
--url 'https://api.wavix.com/v1/cdr/12542c5c-1a17-4d12-a163-5b68543e75f6/transcription' \
-H 'Accept: application/json' \
-d 'appid=appid'