llms.txt
Uplift AI API Docs
Docs
- Speech to Text (Beta): Transcribe audio files to text using AI models
- Create Adhoc Session: Create a temporary session with custom configuration
- Create Realtime Assistant: Create a new realtime assistant configuration
- Create Public Session: Create a session for a public assistant without authentication
- Create Session: Create a new session for connecting to a realtime assistant
- Delete Realtime Assistant: Delete a realtime assistant configuration
- Get Realtime Assistant: Retrieve a specific realtime assistant configuration
- List Realtime Assistants: List all realtime assistants in your organization
- Update Realtime Assistant: Update an existing realtime assistant configuration
- Core Concepts: Understanding the building blocks of Realtime Assistants
- Realtime Assistants Overview: Build powerful voice AI assistants with real-time conversation capabilities
- React SDK Reference: Complete reference for @upliftai/assistants-react
- Building Custom Tools: Extend your assistant with powerful custom functions
- Build Your First Voice Assistant: Create a realtime voice assistant with React in 10 minutes
- Realtime Voice Assistants: Build conversational AI agents with UpliftAI
- Error Handling: Typed errors and retry behavior in the Node.js SDK
- Getting Started: Official Node.js SDK for the Uplift AI API
- Phrase Replacements: Control pronunciation of brand names, technical terms, and LLM outputs
- Speech to Text: Transcribe audio files with client.stt.transcribe()
- Text to Speech: Generate complete audio buffers with client.tts.create()
- Async Text to Speech: Background TTS jobs with pre-signed URLs using client.tts.enqueue()
- Stream Text to Speech: HTTP streaming with client.tts.createStream() for low-latency playback
- WebSocket Text to Speech: Real-time multiplexed TTS streaming with client.tts.connect()
- LiveKit Voice Agent: Build a Pakistan History voice assistant in 5 minutes
- WebSocket TTS for Conversational AI: Build real-time voice agents with streaming text-to-speech
- WhatsApp Voice Bot Tutorial: Build a voice-enabled WhatsApp bot with Uplift AI TTS