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 "https://nest.messagebird.one/workspaces/8bc02f53-87ac-48d2-b4fd-c2cf856a305f/recordings/5b74ee9e-9d45-473a-82cd-f1f7feea6bbd/transcriptions" \
     -H 'Authorization: Bearer {Token}'

Last updated