/api/v1/download/transcription/{file_id}
Authentication: Requires API Key in the request header.
Path Parameters:
file_idID of the transcription file to retrieve. This will be provided when calling the Get Recording endpoint. This ID is the same for all transcription file types.typethe format of the transcription, currently eithersrtortxt. Both types deliver the full transcription with different formatting.
200 OKRecording retrieval successful.401 UnauthorizedAuthentication failed.404 Not FoundRecording not found.