ElevenLabs

Síntese e clonagem de voz por IA, referência em áudio generativo.

ElevenLabs API

1 fonte oficial monitorada · última atualização em 22/08/2026

Novidades recentes

27 atualizações

  1. APIs·oficial·breaking

    22 de agosto de 2026 — servidor MCP local descontinuado

    O servidor MCP local da ElevenLabs e o MCP player foram descontinuados em favor do servidor MCP hospedado.

    traduzido por IA · claude-opus-5

    original: “August 22, 2026

  2. APIs·oficial·

    17 de agosto de 2026 — APIs de imagem, vídeo e fala

    Novas APIs assíncronas de Flows para criar, listar e recuperar gerações de vídeo, imagem e fala.

    traduzido por IA · claude-opus-5

    original: “August 17, 2026

  3. APIs·oficial·

    August 10, 2026

    Dubbing v2 API Dubbing v2 is now available through the API. It translates audio and video into more than 90 languages while preserving each speaker's voice, tone and pacing. The new project-based API keeps source transcripts and translations as editable JSON. Create a project from a file or URL, add one or more target languages, edit individual transcript segments or translations, then regenerate…

  4. APIs·oficial·

    August 3, 2026

    ElevenAgents Test-specific tool mocks: Agent simulations and unit tests can now define tool_mock_overrides, keyed by tool ID, to replace shared mocks for one test. ToolResponseMockConfig also adds optional is_error (boolean, default false) so a mock can exercise tool-failure paths.Translated workflow messages: Literal Say node messages add text_translations, a map of language keys to…

  5. APIs·oficial·

    July 27, 2026

    ElevenAgents WhatsApp branch and environment overrides: Outbound WhatsApp messages and outbound calls now honor branch_id and environment passed in conversation_initiation_client_data. Overrides are validated before anything is sent — an unknown branch or environment is rejected with an error — and persist for the conversation, so a customer's reply resumes on the requested branch and…

  6. APIs·oficial·

    July 20, 2026

    Music Music Finetunes API: Added API support for managing Music Finetunes. Five endpoints let you create a Finetune from uploaded audio, list accessible Finetunes, retrieve training status, update metadata and visibility, or delete a Finetune. All music generation SDK methods now expose finetune_id. ElevenAgents Resolve external conversation references: Added GET /v1/convai/conversations/resolve…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  7. Produtos·oficial·

    July 13, 2026

    ElevenAgents Per-agent sentiment analysis: Platform settings add optional sentiment_analysis (SentimentAnalysisSettings) for post-call sentiment scoring configuration per agent.Auto-translate transcripts: Platform settings add optional auto_translate_transcript_to_app_language (boolean) to translate conversation transcripts to the viewer's app language in history.Nested agent transfers: Workflows…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  8. APIs·oficial·breaking

    6 de julho de 2026 — streaming de música com detalhes

    Novo endpoint POST /v1/music/detailed/stream para streaming SSE de áudio composto.

    traduzido por IA · claude-opus-5

    original: “July 6, 2026

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  9. Features·oficial·

    June 29, 2026

    ElevenAgents Branch merge and rebase previews: Added Preview merged configuration (GET /v1/convai/agents/{agent_id}/branches/{source_branch_id}/merge-preview) and preview rebased configuration (GET /v1/convai/agents/{agent_id}/branches/{branch_id}/rebase-preview) to inspect merged or rebased agent configuration before committing. Both return MergePreviewResponseModel with the resulting config,…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  10. Produtos·oficial·

    June 22, 2026

    ElevenAgents Branch rebase: Added POST /v1/convai/agents/{agent_id}/branches/{branch_id}/rebase to rebase a branch onto the latest main while preserving branch-specific changes. Agent version parent models add optional rebased_from_version_id (string) to track the source version after a rebase.Conversation product filtering: List conversations and Text search conversation messages add optional…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  11. Modelos·oficial·

    15 de junho de 2026 — apresentando o Music v2

    O Music v2 já está disponível na API da ElevenLabs. Basta definir model_id como music_v2 nos endpoints de geração e streaming de música.

    traduzido por IA · claude-opus-5

    original: “June 15, 2026

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  12. APIs·oficial·breaking

    8 de junho de 2026 — remoção dos modelos de voz v1

    Os modelos eleven_monolingual_v1 e eleven_multilingual_v1 foram descontinuados e serão removidos.

    traduzido por IA · claude-opus-5

    original: “June 8, 2026

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  13. APIs·oficial·

    June 1, 2026

    ElevenAgents Exotel telephony integration: Added Exotel as a first-class telephony provider alongside Twilio and SIP trunking. New Exotel outbound call endpoint (POST /v1/convai/exotel/outbound-call) initiates outbound calls via the Exotel Connect API with agent_id, agent_phone_number_id, to_number, optional conversation_initiation_client_data and optional telephony_call_config. Exotel phone…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  14. APIs·oficial·

    May 25, 2026

    Introducing Speech Engine ElevenLabs Speech Engine adds real-time voice to your own chat agent or LLM. ElevenLabs handles speech-to-text, turn-taking, text-to-speech and browser playback while your server owns the agent logic and streams response text over a Speech Engine WebSocket. Use it when you want voice on a custom runtime rather than a fully hosted ElevenAgents configuration. ElevenAgents…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  15. APIs·oficial·

    May 18, 2026

    ElevenAgents Agent version metadata: Added an API endpoint to retrieve metadata for a specific agent version. The response includes the version ID, agent ID, branch ID, description, sequence number, commit timestamp, parents and access information.Conversation filtering: Added a text_only filter to conversation list and message text search endpoints so developers can narrow results to text-only…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  16. APIs·oficial·

    May 13, 2026

    ElevenAgents SIP logs: SIP signaling logs are now available for SIP trunk calls in conversation history and phone number settings. Logs include the SIP call ID, phone numbers, addresses, transport, message direction, raw messages and errors to help debug call setup and routing issues.Knowledge base document updates: New API to list indexed (RAG) chunks for a document. Documents can also be edited…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  17. Features·oficial·

    May 4, 2026

    ElevenAgents Conversation tags: Added first-class conversation tags for organizing and filtering conversations. You can now create, update, list and delete tags, assign tags to conversations, and filter conversation history by tag_ids.Conversation list filters: Added exclude_statuses to list conversations, allowing clients to hide conversations with statuses such as initiated, in-progress,…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  18. APIs·oficial·

    April 27, 2026

    ElevenAgents agent_response_complete WebSocket event: A new agent_response_complete client event fires exactly once when an agent's response is fully delivered -- after all LLM generation, tool call chains, and audio playback complete. After this event, the agent will only produce further output if the user provides new input or a turn timeout triggers a new turn. The event lets clients reliably…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  19. APIs·oficial·

    April 20, 2026

    Developer Resources ElevenLabs Devs YouTube channel: A new developer-focused YouTube channel is now live, featuring tutorials, API walkthroughs, and technical deep dives to help you get the most out of the ElevenLabs platform. ElevenAgents Workflow starting node override: Conversations can now be started at a specific workflow node by passing starting_workflow_node_id in the conversation…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  20. APIs·oficial·

    April 13, 2026

    ElevenAgents Conversation topic discovery: A new conversation topics endpoint (GET /v1/convai/agents/{agent_id}/topics) returns the latest topic discovery results for a given agent, surfacing recurring themes across conversations. The list conversations endpoint now accepts a topic_ids query parameter to filter conversations by discovered topic. Knowledge base content search: A new search…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  21. Pesquisa·oficial·

    April 7, 2026

    ElevenAgents Scoped conversation analysis: Evaluation criteria and data collection items can now be scoped to conversation (full transcript) or agent (only the portion where a specific agent was active). Added scope field to PromptEvaluationCriteria, data_collection_scopes to agent platform settings, and a new scoped array of ScopedAnalysisResult on the conversation analysis response. This is…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  22. Features·oficial·

    April 1, 2026

    ElevenAgents MCP tool scoping in agent workflows: Agent workflow nodes can now restrict which MCP tools a sub-agent is permitted to call. When tool inheritance is disabled on a node, only the explicitly selected MCP tools are loaded for that sub-agent, giving teams precise control over tool access per workflow step. Conversation file uploads: The create agent and update agent endpoints now…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  23. APIs·oficial·

    March 25, 2026

    Workspace Basic and Full Seats: Workspaces now support two seat types - Full Seats with unrestricted access to all products, and Basic Seats with full access to ElevenAgents and ElevenAPI and limited ElevenCreative usage. All paid plans include 20 Basic Seats. Enterprise admins can purchase additional Full Seats directly from workspace settings. Learn more.

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  24. APIs·oficial·

    March 23, 2026

    ElevenAgents Environment Variables API: New environment variables endpoints for managing workspace-level configuration that agents can reference at runtime via {{system_env__<label>}} templating. Supports string, secret, and auth-connection variable types with per-environment value overrides. Endpoints include create, list, get, and update. Auth Connections management: New workspace-level…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  25. APIs·oficial·

    March 16, 2026

    ElevenAgents Users page is now generally available: The list users page, which groups conversations by a user identifier, is now available to all workspaces. This allows you to view all users who have interacted with your agents, their conversation history, and contact details in a unified view. SIP inbound headers as dynamic variables: Custom SIP X- headers from inbound SIP trunking calls are…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  26. Modelos·oficial·

    9 de março de 2026 — novos modelos no ElevenAgents

    O claude-sonnet-4-6 e o gemini-3.1-flash-lite-preview passam a ser provedores de LLM suportados nas conversas dos agentes.

    traduzido por IA · claude-opus-5

    original: “March 9, 2026

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

  27. APIs·oficial·

    March 2, 2026

    ElevenAgents New widget configuration options: Several new settings are now available for the ElevenAgents conversation widget in the agent dashboard: Collapsible widget (widget.dismissible): Allow users to minimize or dismiss the widget during a conversation.Action indicator (widget.show_agent_status): Display a visual indicator when the agent is actively using tools, with distinct states for…

    data informada pela fonte; encontrada pelo radar em 25 de ago. de 2026

Fontes monitoradas

O radar lê estes endereços automaticamente. A ordem é a de prioridade: se a primeira falhar, as seguintes continuam entregando.

← Voltar ao radar