Class SessionCreateParams

  • All Implemented Interfaces:
    com.openai.core.Params

    
    public final class SessionCreateParams
     implements Params
                        

    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.