Centerbeam AI

Nova API

Voice Agent API for Real-Time Voice Applications

Nova API provides REST and WebSocket endpoints for building real-time voice AI applications. OpenAI Realtime and Gemini Live behind one interface.

API Endpoints

POST/v1/sessionsCreate a new voice agent session
WS/v1/sessions/:id/streamBidirectional audio stream
POST/v1/sessions/:id/toolsRegister tool definitions
GET/v1/sessions/:id/eventsSubscribe to session events
DELETE/v1/sessions/:idEnd a session

Frequently Asked Questions

What is the Nova API?

The Nova API is Centerbeam's voice agent API — a set of REST and WebSocket endpoints for building real-time voice applications. It normalizes OpenAI Realtime and Gemini Live behind a single interface for session management, audio streaming, and tool integration.

Does the Nova API support custom tools?

Yes. The Nova API supports custom tool definitions using a JSON schema format. Tools can call any backend endpoint, enabling voice-triggered actions against any database, service, or business logic your team operates.

Ready to build hands-free voice into your next product?