Skip to Content
🚀 Orga AI is in open beta.
DocumentationIntroduction

Orga AI Docs

Welcome to the Orga AI API documentation! This page introduces the Orga AI API, a powerful tool for real-time communication with our AI model Orga, and highlights why it’s valuable, along with practical use cases to spark your ideas.


What is the Orga AI API?

The Orga AI API enables real-time interaction with our AI model Orga, allowing your applications to stream user video+audio or audio-only while receiving low-latency audio responses. Powered by WebRTC for bidirectional media and WebSocket/HTTPS for control messages (authentication, parameters, events), it simplifies building AI-driven conversations. Developers can use it directly with a backend proxy or through our SDKs for streamlined integration.

Why use Orga AI?

BenefitWhat it Means for You
Real-time AIEnables natural, interactive conversations with instant AI audio replies.
Multimodal InputStream user video or audio—show objects, share screens, or speak naturally.
Audio OutputReceives clear AI audio responses, optimized for voice interactions.
Developer EaseSDKs and a secure proxy simplify setup and protect API keys.

Use Cases

Scenario3-Line Gist
Voice Bot1️⃣ Capture microphone audio.
2️⃣ POST to /v1/realtime/calls.
3️⃣ Play AI audio reply.
Video Assistant1️⃣ Stream camera video and audio.
2️⃣ POST to /v1/realtime/calls.
3️⃣ Hear AI audio response.
Screen-Share Tutor1️⃣ Share screen video and audio.
2️⃣ POST to /v1/realtime/calls.
3️⃣ Receive AI spoken guidance.

Explore implementation details in the cURL Quick Start, React Native SDK, or React SDK for SDK-based solutions, or build custom integrations via the API Reference.

Next Steps

Follow our quick start guides to get started with Orga AI


Last updated on