Start
To start transcription for a room which has a live session, you need to execute a POST request against the /rooms/:id/transcription/start endpoint. Transcripts are saved and can later be exported through the API or dashboard.
Transcription can also be started manually by a moderator inside the live session. Here we describe how to start the transcription through the REST API, so you can control start / stop transcription externally as an integrator. You can also configure transcription to auto-start for rooms by setting the room property transcription_auto_start_enabled to true.
Request
Response (200 OK) -> No Content
If no session is active for the room you will receive a generic 400 Bad Request response.
Last updated