Get a Transcription

In order to retrieve a transcription metada, you can use the following endpoint.

curl "/workspaces/{workspaceId}/transcriptions/{channelId}" \
     -H 'Authorization: Bearer {Token}'

To get the transcription content you use the endpoint for your preferred format:

  • GET /workspaces/{workspaceId}/transcriptions/{transcriptionId}.json

  • GET /workspaces/{workspaceId}/transcriptions/{transcriptionId}.srt

  • GET /workspaces/{workspaceId}/transcriptions/{transcriptionId}.vtt

  • GET /workspaces/{workspaceId}/transcriptions/{transcriptionId}.txt

Last updated