Get a Transcription

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

curl "https://nest.messagebird.one/workspaces/8bc02f53-87ac-48d2-b4fd-c2cf856a305f/transcriptions/7f1e9ce1-95db-4a39-80f4-9bde69908c53" \
     -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