For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Connect
BlogHelp CenterAPI PricingSign up
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
LogoLogo
Login
Login
Connect
BlogHelp CenterAPI PricingSign up

Changelog

January 19, 2026
January 19, 2026
Was this page helpful?
Previous

January 12, 2026

Next
Built with

Agents Platform

  • Agent summaries endpoint: Added GET /v1/convai/agents/summaries endpoint for retrieving lightweight summaries of all agents in your workspace. This is useful for building agent selection interfaces without fetching full agent configurations.
  • Delete batch calls: Added DELETE /v1/convai/batch-calling/{batch_id} endpoint for removing batch call jobs that are no longer needed.
  • Branch filtering for conversations: Added optional branch_id query parameter to conversation endpoints including GET /v1/convai/conversation/get-signed-url, GET /v1/convai/conversation/token, and GET /v1/convai/conversations for filtering conversations by agent version branch.
  • Spelling patience configuration: Added spelling_patience setting to turn configuration with values auto, low, medium, and high. Controls how long the agent waits before assuming the user has finished spelling something out character by character.
  • Custom SIP headers for transfers: Added support for custom SIP headers when transferring calls via REFER. Configure custom_sip_headers arrays on phone number transfer configurations and workflow phone nodes for advanced telephony integrations.
  • WhatsApp accounts on agents: Agent responses now include whatsapp_accounts array for viewing connected WhatsApp Business accounts.
  • Zendesk integration support: Added zendesk_integration to the ConversationInitiationSource enum for conversations initiated through Zendesk.

Audio Output Formats

  • Expanded format options: Audio generation endpoints now support additional output formats including WAV family variants, new OPUS bitrate options, alaw_8000 for telephony, and ultra_lossless quality preset. This applies to Text-to-Speech, Text-to-Dialogue, Sound Generation, Music, and Voice Design endpoints.

Dubbing

  • Expanded status values: Dubbing project status now includes additional states for more granular tracking of dubbing progress.
  • Source language: The source_language field is now always returned when fetching a dub’s metadata.

SDK Releases

Python SDK

  • v2.31.0 - Added agent summaries endpoint, delete batch call, branch filtering for conversations, spelling patience configuration, and expanded audio output formats
  • v2.30.0 - Added WhatsApp accounts on agents, Zendesk integration source, custom SIP headers for transfers, and standardized output format schema

JavaScript SDK

  • v2.32.0 - Added audio_format parameter support for Scribe WebSocket URI, agent summaries endpoint, delete batch call, and expanded audio output formats
  • v2.31.0 - Added WhatsApp accounts on agents, Zendesk integration source, custom SIP headers for transfers, and standardized output format schema

React and Client SDKs

  • @elevenlabs/react@0.13.0 - Added conversation initiation overrides, audio alignment event support, WebSocket close code exposure on connection errors, and fixed Firefox AudioContext issue with useScribe hook
  • @elevenlabs/client@0.13.0 - Added conversation initiation overrides, audio alignment event support, and improved Scribe cleanup and disconnect handling

Widget Packages

  • @elevenlabs/convai-widget-core@0.6.1 - Added sentence spacing for improved readability and fixed multiline display in user message bubbles
  • @elevenlabs/convai-widget-embed@0.6.1 - Added sentence spacing for improved readability and fixed multiline display in user message bubbles
  • @elevenlabs/convai-widget-core@0.6.0 - Improved error wrapping for conversation token fetching and updated React Native support to 0.81
  • @elevenlabs/convai-widget-embed@0.6.0 - Improved error wrapping for conversation token fetching and updated React Native support to 0.81

API

View API changes

New Endpoints

  • Get agent summaries - GET /v1/convai/agents/summaries - Retrieve lightweight summaries of all agents
  • Delete batch call - DELETE /v1/convai/batch-calling/{batch_id} - Remove a batch call job

Updated Endpoints

Agents Platform

  • Get signed URL, Get conversation token, Get conversations
    • Added branch_id (string, optional) query parameter for filtering by agent version branch
  • Create agent, Update agent, Get agent
    • Added spelling_patience (enum: auto, low, medium, high) to turn configuration
    • Added whatsapp_accounts (array) to agent response model
  • Simulate conversation, Simulate conversation stream
    • Request schema updated (breaking change)
  • Get conversation
    • Removed initiation_trigger from metadata (breaking change)

Voice Management

  • Get voices, Get voice, Add voice, Edit voice
    • Refined labels property to documented keys (language, accent, gender, age) with examples

Audio Generation

  • Text to Speech, Text to Dialogue, Sound Generation, Music
    • Expanded output_format enum with WAV variants, additional OPUS bitrates, alaw_8000, and reordered PCM options
    • Added ultra_lossless to quality_preset options

Speech to Text

  • Transcribe speech
    • Added explicit scribe_v1 and scribe_v2 enum values for model_id

Dubbing

  • Get dubbing project
    • Expanded status enum with additional progress states
    • Added source_language (string, required) to dubbing models

Knowledge Base

  • Create knowledge base document, Create from file, Create from text
    • Added folder_path to response model

Schema Changes

New Schemas

  • CustomSIPHeader - Configuration for custom SIP headers on call transfers
  • SpellingPatience - Enum for spelling patience settings (auto, low, medium, high)
  • AllowedOutputFormats - Centralized enum for audio output format options

Modified Schemas

  • ConversationInitiationSource - Added zendesk_integration enum value
  • PermissionType - Centralized permission enum with new permissions including voice library publishing and user API key creation
  • PhoneNumberTransfer - Added custom_sip_headers array
  • TurnConfig - Added spelling_patience field