Realtime
Create session
Create an ephemeral API token for use in client-side applications with the Realtime API. Can be configured with the same session parameters as the 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.
Returns the created Realtime session object, plus an ephemeral key.
post/realtime/sessions
Request body
Example request
{
"voice": {
"id": "voice_1234"
}
}Response
Session created successfully.