Skip to main content
HTTP Method: GET URL: /api/v3/download/transcription/{recordingId} Authentication: Requires API Key in the request header. Path Parameters:
ParameterTypeDescription
recordingIdstringThe unique identifier of the recording
Response: The transcription file content Rate limit: Once every 10 seconds Status Codes:
  • 200 OK Returns the transcription file.
  • 401 Unauthorized Authentication failed.
  • 404 Not Found Recording not found or transcription not available.
  • 429 Too Many Requests Rate limit exceeded.

Sample Request (SRT format)

GET /api/v3/download/transcription/rec123?type=srt HTTP/1.1
Host: platform.riverside.fm
Authorization: Bearer YOUR_API_KEY

Sample Request (TXT format with custom filename)

GET /api/v3/download/transcription/rec123?type=txt&fileName=episode-12-transcript HTTP/1.1
Host: platform.riverside.fm
Authorization: Bearer YOUR_API_KEY