Billing
- Downgraded Plan Pricing Fix: Fixed an issue where customers with downgraded subscriptions were shown their current price instead of the correct future price.
Agents Platform
- Edit Knowledge Base Document Names: You can now edit the names of knowledge base documents. See: Knowledge Base
- Conversation Simulation: Released a new endpoint that allows you to test an agent over text
Studio
- Export Paragraphs as Zip: Added support for exporting separated paragraphs in a zip file. See: Studio
SDKs
- Released new SDKs:
API
View API changes
New Endpoints
-
Update metadata for a speaker
PATCH /v1/dubbing/resource/{dubbing_id}/speaker/{speaker_id}Amend the metadata associated with a speaker, such as their voice. Both voice cloning and using voices from the ElevenLabs library are supported. -
Search similar voices for a speaker
GET /v1/dubbing/resource/{dubbing_id}/speaker/{speaker_id}/similar-voicesFetch the top 10 similar voices to a speaker, including IDs, names, descriptions, and sample audio. -
Simulate a conversation
POST /v1/convai/agents/{agent_id}/simulate_conversationRun a conversation between the agent and a simulated user. -
Simulate a conversation (stream)
POST /v1/convai/agents/{agent_id}/simulate_conversation/streamStream a simulated conversation between the agent and a simulated user. -
Handle outbound call via SIP trunk
POST /v1/convai/sip-trunk/outbound-callInitiate an outbound call using SIP trunking.
Updated Endpoints
-
List conversations
GET /v1/convai/conversationsAddedcall_start_after_unixquery parameter to filter conversations by start date. -
Update knowledge base document
PATCH /v1/convai/knowledge-base/{documentation_id}Now supports updating the name of a document. -
Text to Speech endpoints The default model for all TTS endpoints is now
eleven_multilingual_v2(waseleven_monolingual_v1).
Removed Endpoints
- None.