Voice Assistant Dashboard

Control and monitor your AI voice assistant

Connection Status

Disconnected
Room: -
Participant: -
Duration: 00:00

Voice Controls

Voice Analysis

Voice Level
0%
Sentiment
Neutral
Speech Rate
Normal

Live Transcript

No conversation yet. Start a conversation to see the transcript here.

Settings

Configure your voice assistant preferences

Voice Settings

Selected Voice: Marin (دينا)
Selected Language: Arabic - Egyptian

Brand Selection

Orderat

Food delivery service

McDonald's

Fast food restaurant

Pastaweesy

Italian cuisine

System Settings

Orders

View and analyze completed orders

Recent Orders

No orders yet. Complete a conversation to see orders here.

Analytics

Monitor usage statistics and performance metrics

Usage Statistics

0
Total Conversations
00:00
Total Duration
-
Top Brand

Performance

Response Time: ~2.3s
Uptime: 99.9%
Error Rate: 0.1%

User Management

Create and manage system users

Create New User

Registered Users

Loading users...

System Logs

Monitor system events and debug information

Live Logs

[16:30:45] INFO System initialized successfully

Documentation

API documentation and system guides

API Documentation

This section provides comprehensive documentation for the Sonar AI Voice Assistant API.

POST /api/create-test-session

Creates a new test session for voice conversations.

{
  "voice": "marin",
  "language": "ar-eg", 
  "brand": "mcdonald",
  "use_workflows": true
}

POST /api/switch-agent

Switches between omni agent and workflow agent.

{
  "use_workflows": false
}