Dubbing
- Scribe for speech recognition: Dubbing Studio now uses Scribe by default for speech recognition to improve accuracy.
Speech to Text
- Fixes: Shipped several fixes improving the stability of Speech to Text.
Conversational AI
- Speed control: Added speed control to an agent’s settings in Conversational AI.
- Post call webhook: Added the option of sending post-call webhooks after conversations are completed.
- Improved error messages: Added better error messages to the Conversational AI websocket.
- Claude 3.7 Sonnet: Added Claude 3.7 Sonnet as a new LLM option in Conversational AI.
API
View API changes
New Endpoints
- Added new Dubbing resource management endpoints:
- for adding languages to dubs
- for retrieving dubbing resources
- for creating segments
- for modifying segments
- for removing segments
- for dubbing segments
- for transcribing segments
- for translating segments
- Added Knowledge Base RAG indexing endpoint
- Added Studio snapshot retrieval endpoints for projects and chapters
Updated Endpoints
- Added
prompt_injectable
property to knowledge base endpoints - Added
name
property to Knowledge Base document creation and retrieval endpoints: - Added
speed
property to agent creation - Removed
secrets
property from agent endpoints (now handled by dedicated secrets endpoints) - Added secret deletion endpoint for removing secrets
- Removed
secrets
property from settings endpoints