/transcriptions
Last updated
Last updated
Deletes the specified transcription. The endpoint is idempotent, meaning it will return the same response even if the transcription has already been deleted.
Transcription ID.
"1"
The resource was deleted successfully.
Deletes multiple transcriptions at once. This is an asynchronous operation. The endpoint returns immediately, and schedules a background job to delete the transcriptions. The endpoint is idempotent, meaning it will return the same response even if the transcriptions have already been deleted, or the transcriptions doesn't exist.
The resources are scheduled for deletion.
Creates a new transcription for the specified recording.
Recording ID.
"1"
The recording ID for which the transcription should be created.
"1"
The transcription job was scheduled successfully.
Returns the access link for the specified transcription.
Transcription ID.
"1"
A JSON object representing the access link.
The access link.
"https://s3.eu-central-1.amazonaws.com/recordings/1.mp4?AWSAccessKeyId=AKIAJ..."
The timestamp when the access link expires.
1588262400000
Returns the specified transcription metadata.
Transcription ID.
"1"
A JSON object representing the transcription.
The ID of the transcription.
The ID of the room session.
The filename of the transcription.
The name of the room.
When the transcription starts. Always in UTC, regardless of the input timezone.
When the transcription ends. Always in UTC, regardless of the input timezone.
The state of the transcription
ready
- The transcription is ready to be downloadedfailed
- The transcription failed to be generatedin_progress
- The transcription is still being generatedWhen the transcription was created. Always in UTC, regardless of the input timezone.
The type of the transcription
RECORDING_TRANSCRIPTION
- Session TranscriptionRECORDING_TRANSCRIPTION
- generated based on a recordingReturns a list of transcriptions
A JSON array representing the transcriptions.