Initiate a Transcription

In order to initiate a transcription for an existing recording, you must do a POST request to the following endpoint.

A transcription request is asynchronous. That means it will take some time before the result has been generated. This depends on the total duration of the recording.

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

Last updated