wss://api.openai.com/v1/live/sessions/{session_id}/attachsession_id: string required · path
The ID of the existing session to attach to. Use the session ID returned when the session was created or accepted.
Authorization: Bearer $OPENAI_API_KEY required · header
Use your OpenAI API key from your backend server. Keep this key on your server; never expose it in frontend code.
Attaching does not create a session or replay earlier events. Audio stays on the primary connection. Do not send session.start or session.input_audio.append on this WebSocket.