Olive Realtime API Proxy

This server proxies requests to the OpenAI Realtime API for WebRTC applications.

Login Dashboard

API Endpoints

Health Check

GET /extension/api/health

Check if the server is running correctly.

Authentication

POST /extension/api/auth

Authenticate to get your API token.

{
  "email": "you@example.com",
  "password": "yourpassword"
}

Realtime API Proxy

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