Endpoints Reference
Download Transcription File
Download the transcription file of a track.
HTTP Method: GET
URL: `/api/v1/download/transcription/
Authentication: Requires API Key in the request header.
Path Parameters:
-
file_id
ID 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. -
type
the format of the transcription, currently eithersrt
ortxt
. Both types deliver the full transcription with different formatting.
Response: The transcription file.
Rate limit: Once every 3 minutes per unique request
Status Codes:
-
200 OK
Recording retrieval successful. -
401 Unauthorized
Authentication failed. -
404 Not Found
Recording not found.