/transcriptions
Last updated
Was this helpful?
Last updated
Was this helpful?
Creates a new transcription for the specified recording.
/transcriptions
Recording ID.
1
The recording ID for which the transcription should be created.
1
No body
Returns a list of transcriptions
/transcriptions
The name of the room
The cursor for paginating through the results. To fetch the next page,
set the cursor
to the cursor
returned by the previous request.
8f4031bfc7640c5f267b11b6fe0c2507
The limit for the pagination - the maximum number of results that will be returned within a single API response.
Sort results by a field. Accepted fields are: roomName
, startDate
and durationInSeconds
. Accepted sort values are 'asc' and 'desc'.
roomName:asc
Returns the access link for the specified transcription.
/transcriptions/{transcriptionId}/access-link
Transcription ID.
1
The number of seconds the access link is valid for.
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.
/transcriptions/bulk-delete
No body
Deletes the specified transcription. The endpoint is idempotent, meaning it will return the same response even if the transcription has already been deleted.
/transcriptions/{transcriptionId}
Transcription ID.
1
No body