Get Transcript By Recording Id

{
    "transcript_id": "UUID",
    "recording": "Recording<Entity>",
    "transript_privider_id": "UUID",
    "transcript_url": "https://url-to-json-file",
    "transcript_data": {
        "transcript": [
            {
                "identifier": "1",
                "start": 2.2,
                "end": 10.02,
                "text": "Agent Name: Agent initiation response",
                "styles": ""
            },
            {
                "identifier": "2",
                "start": 12.31,
                "end": 14.44,
                "text": "+1XXXXXXXXXX: consumer response",
                "styles": ""
            },
        ]
    },
    "transcript_datetime":"Date"  //"2023-11-08T15:22:04.950Z",
    "created_at": "Date" //"2023-11-08T21:22:05.001Z",
    "updated_at": "Date" //"2023-11-08T21:22:05.001Z"
}

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!