Create transcription session
Create an ephemeral API token for use in client-side applications with the
Realtime API specifically for realtime transcriptions.
Can be configured with the same session parameters as the transcription_session.update
client event.
It responds with a session object, plus a client_secret
key which contains
a usable ephemeral API token that can be used to authenticate browser clients
for the Realtime API.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Create an ephemeral API key with the given session configuration.
Realtime transcription session object configuration.
Response
Session created successfully.
A new Realtime transcription session configuration.
When a session is created on the server via REST API, the session object also contains an ephemeral key. Default TTL for keys is one minute. This property is not present when a session is updated via the WebSocket API.