Welcome to OliAI
OliAI is an AI-driven voice assistant platform that lets you build, deploy, and manage large-scale conversational phone campaigns — no telephony expertise required.
What can you do with OliAI?
- Voice Flows — Design AI conversation scripts with natural language instructions. Choose your LLM, voice, and language.
- Campaigns — Dial thousands of contacts at scale with rate limiting, retries, and scheduling.
- Contact Management — Bulk import contacts via CSV/Excel, organize them into audiences.
- Playground — Test your flows interactively before going live.
- API Access — Integrate OliAI into your own systems with our REST API and API keys.
Platform URLs
| Service | URL |
|---|---|
| Console (dashboard) | console.oliai.in (opens in a new tab) |
| API (production) | api.oliai.in (opens in a new tab) |
| API (QA / staging) | api.qa.oliai.in (opens in a new tab) |
| Docs | docs.oliai.in (opens in a new tab) |
Explore the docs
Key Concepts
| Term | Description |
|---|---|
| Flow | A voice AI configuration — defines the AI persona, voice, language, and conversation behavior |
| Campaign | A batch of calls to an audience using a specific flow |
| Audience | A named group of contacts |
| Contact | A person with a phone number and optional metadata |
| Playground Call | A test call that does not consume your quota |
| API Key | A sk_live_* token used to authenticate programmatic API access |
Platform Architecture
Your App ──API Key──▶ OliAI Public API (/v1/*)
│
┌─────────┴─────────┐
▼ ▼
Contacts/ Campaigns
Audiences (triggers calls)
│
Twilio + AI
(voice engine)OliAI handles all telephony (via Twilio), speech recognition, and AI conversation management. You focus on who to call and what to say.