Initiate a Transcription
In order to initiate a transcription for an existing recording, you must do a POST request to the following endpoint.
Transcribe recording
Create transcription for a recording
POST/workspaces/{workspaceId}/recordings/{recordingId}/transcriptions
Authorization
Path parameters
workspaceId*string
recordingId*string
Body
locale*SupportedLocales (enum)
Example: "en-US"
ar-AEar-SAcmn-CNcy-GBda-DKde-CHde-DEel-GRen-AUen-GBen-GB-WLSen-IEen-INen-NZen-USen-ZAes-ESes-MXes-USfr-CAfr-FRhe-ILhi-INid-IDis-ISit-ITja-JPko-KRms-MYnb-NOnl-NLpl-PLpt-BRpt-PTro-ROru-RUsv-SEta-INte-INth-THtr-TRvi-VNzh-CNzh-HKzh-TWarbaf-ZAbn-INca-EScmn-TWcs-CZfi-FIfil-PHgu-INhu-HUkn-INlt-LTlv-LVml-INmr-INpa-INsk-SKsr-RSuk-UAyue-HKno-NO
messageIdstring (uuid)
conversationIdstring (uuid)
recordingIdstring (uuid)
Response
Transcription was accepted for processing
Body
id*Transcription ID
The ID for the transcription.
recordingId*Recording ID
The ID for the recording.
status*TranscriptionStatus (enum)
acceptedongoingavailableabsentfailed
stereo*boolean
locale*SupportedLocales (enum)
Example: "en-US"
ar-AEar-SAcmn-CNcy-GBda-DKde-CHde-DEel-GRen-AUen-GBen-GB-WLSen-IEen-INen-NZen-USen-ZAes-ESes-MXes-USfr-CAfr-FRhe-ILhi-INid-IDis-ISit-ITja-JPko-KRms-MYnb-NOnl-NLpl-PLpt-BRpt-PTro-ROru-RUsv-SEta-INte-INth-THtr-TRvi-VNzh-CNzh-HKzh-TWarbaf-ZAbn-INca-EScmn-TWcs-CZfi-FIfil-PHgu-INhu-HUkn-INlt-LTlv-LVml-INmr-INpa-INsk-SKsr-RSuk-UAyue-HKno-NO
urlstring
summarystring
createdAt*string (date-time)
updatedAt*string (date-time)
Request
Response
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.
Last updated