This server proxies requests to the OpenAI Realtime API for WebRTC applications.
GET /extension/api/health
Check if the server is running correctly.
POST /extension/api/auth
Authenticate to get your API token.
{
"email": "you@example.com",
"password": "yourpassword"
}
POST /extension/api/realtime
Proxy for the OpenAI Realtime API. Send your SDP offer in the request body.
Headers:
Content-Type: application/sdp Authorization: Bearer your-auth-token