Get a Transcription

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

Get transcription

get

Get transcription

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstringRequired
transcriptionIdstringRequired
Query parameters
formatstring · enumOptionalPossible values:
Responses
200

The transcription metadata

application/json
get
/workspaces/{workspaceId}/transcriptions/{transcriptionId}

curl "/workspaces/{workspaceId}/transcriptions/{channelId}" \
     -H 'Authorization: AccessKey YOUR_SECRET_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

Was this helpful?