/transcriptions
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns a URL that can be used to download the specified transcription. Available for Whereby-hosted transcriptions only.
Transcription ID.
b438fda0-83e2-4835-92f9-c845ee3d5ea7
The number of seconds the access link is valid for.
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.
b438fda0-83e2-4835-92f9-c845ee3d5ea7
No body
Returns a list of 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
Creates a new transcription for the specified recording.
Recording ID.
a56f6ad7-37fe-4a37-9319-3174630ba57a
The recording ID for which the transcription should be created.
a56f6ad7-37fe-4a37-9319-3174630ba57a
No body
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 transcription ID to delete.
b438fda0-83e2-4835-92f9-c845ee3d5ea7
No body