ElevenReader is an AI-powered text-to-speech application by ElevenLabs that converts written content into natural-sounding audio
ElevenReader is an AI-powered text-to-speech application by ElevenLabs that converts written content into natural-sounding audio On Nagent, Elevenreader is exposed as a fully-configurable artificial intelligence integration that any agent can call — 124 actions, and API key authentication. No code is required to wire Elevenreader into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Elevenreader to automate the kinds of tasks artificial intelligence teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Elevenreader into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Elevenreader, with input parameters and output schema. Drop these into any step of an agent built in Helix.
ELEVENREADER_ADD_DOCUMENTATION_TO_KNOWLEDGE_BASETool to add documentation to a conversational AI agent's knowledge base. Accepts either a file upload or a URL to documentation. Use when configuring an agent to have access to specific documentation for user interactions.
Input parameters
URL to a page of documentation that the agent will have access to. Either file or url must be provided, but not both.
Documentation file to upload. Either file or url must be provided, but not both.
A custom, human-readable name for the document.
The ID of the agent to add the documentation to.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_ADD_PRONUNCIATION_DICTIONARY_FROM_FILETool to add a pronunciation dictionary from a .pls file to ElevenLabs. Use when you need to create custom pronunciation rules for text-to-speech.
Input parameters
A lexicon.pls file which will be used to initialize the pronunciation dictionary.
The name of the pronunciation dictionary, used for identification only.
A description of the pronunciation dictionary, used for identification only.
Workspace access level for the pronunciation dictionary.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_ADD_PRONUNCIATION_DICTIONARY_FROM_RULESTool to add a pronunciation dictionary from rules in ElevenLabs. Use when you need to define custom pronunciations for text-to-speech using alias rules (text replacements) or phoneme rules (phonetic pronunciations).
Input parameters
The name of the pronunciation dictionary, used for identification only.
List of pronunciation rules. Each rule can be either an alias rule (string replacement) or a phoneme rule (phonetic pronunciation).
A description of the pronunciation dictionary, used for identification only.
Workspace access level for the pronunciation dictionary.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_ADD_PRONUNCIATION_DICTIONARY_RULESTool to add pronunciation rules to an ElevenLabs pronunciation dictionary. Use when you need to customize how specific words or phrases are pronounced in text-to-speech, either by providing an alias (alternative text) or phoneme representation.
Input parameters
List of pronunciation rules to add. Each rule can be either an alias rule (replaces text with spoken alternative) or a phoneme rule (defines phonetic pronunciation).
The ID of the pronunciation dictionary to add rules to.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_ADD_SHARED_VOICETool to add a shared voice from another user's public library to your own voice library. Use when you want to clone or use a voice that has been shared publicly by another ElevenLabs user.
Input parameters
The name that identifies this voice. This will be displayed in the dropdown of the website.
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Public user ID used to publicly identify ElevenLabs users.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_ADD_TOOLTool to add a conversational AI tool to ElevenLabs ConvAI. Use when you need to create a new tool for agents to use during conversations. Supports webhook, client-side, system, and MCP tools.
Input parameters
Configuration for the tool. Can be one of: webhook, client, system, or mcp tool configuration.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CALCULATE_PUBLIC_LLM_EXPECTED_COSTTool to calculate expected LLM usage costs based on prompt length, knowledge base size, and RAG configuration. Use when estimating operational costs for conversational AI without requiring a specific agent.
Input parameters
Whether RAG (Retrieval-Augmented Generation) is enabled
Length of the prompt in characters
Pages of content in PDF documents or URLs in the agent's knowledge base
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CANCEL_BATCH_CALLTool to cancel an active batch call operation. Use when you need to stop a scheduled or in-progress batch calling campaign.
Input parameters
The unique identifier of the batch call to cancel.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_COMPUTE_RAG_INDEXTool to compute RAG index for a knowledge base document. Use when you need to generate embeddings for a specific document to enable semantic search and retrieval.
Input parameters
Embedding model to use for RAG index computation.
The id of a document from the knowledge base. This is returned on document addition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CREATE_AGENTTool to create a conversational AI agent with ElevenLabs. Use when you need to set up a new agent with specific voice, language, and conversation settings.
Input parameters
A name to make the agent easier to find.
Tags to help classify and filter the agent.
Configuration for the conversational agent including TTS, ASR, and agent behavior settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CREATE_AGENT_RESPONSE_TESTTool to create an agent response test for testing conversational AI agents. Use when you need to create response tests, tool call tests, or simulation tests for agent validation.
Input parameters
Name of the test
Type of test to create: 'llm' for response tests, 'tool' for tool call tests, 'simulation' for simulation tests
List of chat messages representing the conversation history
Examples of failed responses. Used for 'llm' test type
Examples of successful responses. Used for 'llm' test type
Dynamic variables to use in the test
Condition that defines a successful test. Used for 'llm' and 'simulation' test types
Scenario to simulate in the test. Used for 'simulation' test type
Maximum number of turns in the simulation. Used for 'simulation' test type
Parameters for the tool call. Used for 'tool_call' test type
Flag to check if any tool matches. Used for 'tool_call' test type
Metadata from the conversation
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CREATE_AUDIO_NATIVE_PROJECTTool to create an Audio Native enabled project on ElevenLabs. Use when you need to convert text or HTML content into an embeddable audio player with customizable appearance and voice settings.
Input parameters
File to upload containing the article content (TXT or HTML). HTML should be formatted as '<html><body><div><p>Your content</p><h3>More content</h3></div></body></html>'.
Project name for the Audio Native project.
(Deprecated) Image URL used in the player. If not provided, default image set in the Player settings is used.
(Deprecated) Whether to use small player or not. If not provided, default value set in the Player settings is used.
Title used in the player and inserted at the top of the uploaded article. If not provided, the default title set in the Player settings is used.
Author used in the player and inserted at the start of the uploaded article. If not provided, the default author set in the Player settings is used.
TTS Model ID used in the player. If not provided, default model ID set in the Player settings is used.
Voice ID used to voice the content. If not provided, default voice ID set in the Player settings is used.
Text color used in the player as hex code (e.g., '#FFFFFF' for white). If not provided, default text color set in the Player settings is used.
Whether to automatically convert the project to audio after creation.
(Deprecated) Specifies for how many minutes to persist the session across page reloads. If not provided, default sessionization set in the Player settings is used.
Background color used in the player as hex code (e.g., '#000000' for black). If not provided, default background color set in the Player settings is used.
Text normalization modes for audio conversion.
List of pronunciation dictionary locators (pronunciation_dictionary_id, version_id) encoded as JSON strings for pronunciation dictionaries to be applied to the text.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CREATE_BATCH_CALLTool to submit a batch call request to ElevenLabs ConvAI. Use when you need to initiate automated calls to multiple recipients with a conversational AI agent.
Input parameters
ID of the conversational AI agent to use for the calls.
Timezone for the scheduled time (e.g., 'America/New_York', 'UTC').
Name for the batch call campaign.
List of recipients for the batch call. Maximum 10,000 recipients.
WhatsApp-specific parameters for batch calls.
Unix timestamp for when to schedule the batch call. If not provided, calls start immediately.
ID of the phone number to use for making the calls.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CREATE_FILE_DOCUMENTTool to create a file document in the ElevenLabs knowledge base. Use when you need to upload documentation that the agent will access for user interactions.
Input parameters
Documentation file that the agent will have access to in order to interact with users.
A custom, human-readable name for the document. If not provided, the filename will be used.
If set, the created document will be placed inside the given folder.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CREATE_FOLDERTool to create a folder in the ElevenLabs knowledge base. Use when you need to organize documents into folders for better structure and management.
Input parameters
A custom, human-readable name for the folder.
If set, the created folder will be placed inside the given folder.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CREATE_SECRETTool to create a Convai workspace secret in ElevenLabs. Use when you need to securely store API keys, tokens, or other sensitive values for agent workflows.
Input parameters
Name of the secret for identification purposes.
Type of secret. Must be 'new' for creating a new secret.
The secret value to store securely.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CREATE_TEXT_DOCUMENTTool to create a text document in the ElevenLabs knowledge base. Use when you need to add text content that the agent will access for user interactions.
Input parameters
A custom, human-readable name for the document.
Text content to be added to the knowledge base.
If set, the created document will be placed inside the given folder.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_CREATE_URL_DOCUMENTTool to create a URL document in the ElevenLabs knowledge base. Use when you need to add web-based documentation that the agent will access for user interactions.
Input parameters
URL to a page of documentation that the agent will have access to in order to interact with users.
A custom, human-readable name for the document.
If set, the created document will be placed inside the given folder.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_AGENTTool to permanently delete an agent from ElevenLabs. Use when you need to remove an agent that is no longer needed.
Input parameters
The id of an agent. This is returned on agent creation. WARNING: This permanently deletes the agent and cannot be undone.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_BATCH_CALLTool to delete a specific batch call. Use when you need to permanently remove a batch call by its ID. The batch call ID must be valid and the batch call must exist, otherwise a 404 error will be raised. Example: "Delete batch call with ID btcal_8801kfh8w831e4ft55k8k6jvzck4"
Input parameters
The unique identifier of the batch call to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_CHAT_RESPONSE_TESTTool to delete an agent response test. Use when you need to remove a test that is no longer needed.
Input parameters
The id of a chat response test. This is returned on test creation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_CONVERSATIONTool to delete a conversation by its unique ID. Use when you need to permanently remove a conversation from the system.
Input parameters
The id of the conversation you're taking the action on.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_DUBBINGTool to permanently delete a dubbing project by its ID. Use when you need to remove a dubbing project that is no longer needed.
Input parameters
ID of the dubbing project to delete. This permanently removes the dubbing project and cannot be undone.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_KNOWLEDGE_BASE_DOCUMENTTool to permanently delete a document from the knowledge base. Use when you need to remove documentation that is no longer needed.
Input parameters
If set to true, the document will be deleted regardless of whether it is used by any agents and it will be deleted from the dependent agents.
The id of a document from the knowledge base. This is returned on document addition. WARNING: This permanently deletes the document and cannot be undone.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_PHONE_NUMBERTool to permanently delete a phone number from ElevenLabs ConvAI. Use when you need to remove a phone number that is no longer needed.
Input parameters
The id of a phone number. This is returned when listing phone numbers. WARNING: This permanently deletes the phone number and cannot be undone.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_RAG_INDEXTool to permanently delete a RAG index from a knowledge base document. Use when you need to remove an embedding index that is no longer needed.
Input parameters
The id of RAG index of document from the knowledge base.
The id of a document from the knowledge base. This is returned on document addition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_SECRET_ROUTETool to delete a specific Convai workspace secret. Use when you need to permanently remove a secret by its ID.
Input parameters
The unique identifier of the secret to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_SPEECH_HISTORY_ITEMTool to permanently delete a speech history item by its ID. Use when you need to remove a specific history item from ElevenLabs.
Input parameters
History item ID to be used. You can use GET https://api.elevenlabs.io/v1/history to receive a list of history items and their IDs. This permanently deletes the history item.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_TOOL_ROUTETool to permanently delete a conversational AI tool from ElevenLabs. Use when you need to remove a tool that is no longer needed.
Input parameters
ID of the requested tool to be deleted.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DELETE_TRANSCRIPT_BY_IDTool to permanently delete a speech-to-text transcript by its ID. Use when you need to remove a transcript that is no longer needed.
Input parameters
The unique ID of the transcript to delete. This permanently removes the transcript and cannot be undone.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DOWNLOAD_SPEECH_HISTORY_ITEMSTool to download speech history items from ElevenLabs. Use when you need to retrieve previously generated audio files. Returns a single audio file or a zip containing multiple files.
Input parameters
Output format to transcode the audio file. Must be 'wav' or None. If not specified or None, uses the original format.
A list of history item IDs to download. You can get IDs of history items and other metadata using the List Speech History endpoint.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_DUPLICATE_AGENTTool to duplicate an existing agent. Use when you need to create a copy of an agent with all its configuration.
Input parameters
A name to make the agent easier to find. If not provided, the duplicated agent will have a default name.
The id of an agent. This is returned on agent creation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_EDIT_VOICETool to edit an existing voice in ElevenLabs. Use when you need to update a voice's name, description, labels, or add audio files to it.
Input parameters
The name that identifies this voice. This will be displayed in the dropdown of the website.
Audio files to add to the voice. List of.
Labels for the voice. Can be a dictionary with keys like language, accent, gender, or age, or a JSON string.
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
A description of the voice.
If set will remove background noise for voice samples using our audio isolation model. If the samples do not include background noise, it can make the quality worse.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_EDIT_VOICE_SETTINGSTool to edit voice settings for a specific voice in ElevenLabs. Use when you need to adjust voice parameters like stability, similarity boost, speed, style, or speaker boost.
Input parameters
Adjusts the speed of the voice. A value of 1.0 is the default speed, while values less than 1.0 slow down the speech, and values greater than 1.0 speed it up.
Determines the style exaggeration of the voice. This setting attempts to amplify the style of the original speaker. It does consume additional computational resources and might increase latency if set to anything other than 0.
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Determines how stable the voice is and the randomness between each generation. Lower values introduce broader emotional range for the voice. Higher values can result in a monotonous voice with limited emotion.
Determines how closely the AI should adhere to the original voice when attempting to replicate it.
This setting boosts the similarity to the original speaker. Using this setting requires a slightly higher computational load, which in turn increases latency.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GENERATE_COMPOSITION_PLANTool to generate a music composition plan using ElevenLabs Music API. Use when you need to create a structured musical composition from a text prompt, including style directions and song sections.
Input parameters
A simple text prompt to compose a plan from. Describe the desired music style, tempo, mood, and structure.
Model ID for music generation
The length of the composition plan to generate in milliseconds. Must be between 3000ms and 600000ms. Optional - if not provided, the model will choose a length based on the prompt.
Source composition plan structure
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_AGENTTool to retrieve complete details for a specific conversational AI agent by ID. Use when you need agent configuration, workflow, platform settings, or metadata.
Input parameters
The id of an agent. This is returned on agent creation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_AGENT_KNOWLEDGE_BASE_SIZETool to retrieve the size of a conversational AI agent's knowledge base. Use when you need to check how many pages are stored in an agent's knowledge base.
Input parameters
The unique identifier of the conversational AI agent whose knowledge base size is to be retrieved.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_AGENT_LINKTool to get a shareable link for a conversational AI agent. Use when you need to generate or retrieve a link to share an agent with others.
Input parameters
The id of an agent. This is returned on agent creation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_AGENT_LLM_EXPECTED_COST_CALCULATIONTool to calculate expected LLM usage costs for a conversational AI agent. Use when estimating operational costs based on knowledge base size, prompt length, and RAG configuration.
Input parameters
Unique identifier for the conversational AI agent
Whether RAG (Retrieval-Augmented Generation) is enabled
Length of the prompt in characters
Pages of content in pdf documents OR urls in agent's Knowledge Base
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_AGENT_RESPONSE_TESTTool to retrieve agent response test details by test ID. Use when you need to fetch test configuration and parameters.
Input parameters
The id of a chat response test. This is returned on test creation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_AGENT_RESPONSE_TESTS_SUMMARIESTool to retrieve agent response test summaries by test IDs. Use when you need to fetch summary information for specific agent tests.
Input parameters
List of test IDs to fetch. No duplicates allowed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_AGENT_SUMMARIESTool to retrieve summaries for multiple agents by their IDs. Use when you need to fetch agent information for one or more agents. The response includes a dictionary keyed by agent ID, where each value indicates success or failure for that specific agent.
Input parameters
List of agent IDs to fetch summaries for. Each agent ID should be a unique identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_AGENT_WIDGET_ROUTETool to retrieve the widget configuration for a conversational AI agent. Use when you need to get the embed/widget settings including appearance, behavior, and interaction options.
Input parameters
The id of an agent. This is returned on agent creation.
An expiring token that enables a websocket conversation to start. These can be generated for an agent using the /v1/convai/conversation/get-signed-url endpoint
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_AUDIO_FULL_FROM_SPEECH_HISTORY_ITEMTool to retrieve the audio file from a speech history item. Use when you need to download the generated audio for a specific history item.
Input parameters
History item ID to be used, you can use GET https://api.elevenlabs.io/v1/history to receive a list of history items and their IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_AUDIO_NATIVE_PROJECT_SETTINGSTool to retrieve audio native project settings from ElevenLabs. Use when you need to get configuration details for a specific Studio project, including enabled status, project settings (title, author, colors, etc.), and snapshot information.
Input parameters
The ID of the Studio project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_BATCH_CALLTool to retrieve a batch call by its ID. Use when you need to check the status and details of a specific batch call.
Input parameters
The unique identifier of the batch call to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_CONVERSATION_HISTORYTool to retrieve complete conversation details including transcript, metadata, and analysis. Use when you need to examine the full conversation history, timing data, or assess call performance.
Input parameters
The id of the conversation you're taking the action on.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_CONVERSATIONSTool to retrieve conversations from ElevenLabs Conversational AI. Use when you need to list, filter, or search conversations by various criteria such as agent, date range, rating, or language.
Input parameters
Used for fetching next page. Cursor is returned in the response.
Full-text or fuzzy search over transcript messages
Filter conversations by the user ID who initiated them.
The id of the agent you're taking the action on.
Filter conversations by branch ID.
How many conversations to return at maximum. Can not exceed 100, defaults to 30.
Maximum overall rating (1-5).
Minimum overall rating (1-5).
Filter conversations by tool names used during the call.
Whether to include transcript summaries in the response.
Filter conversations by detected main language (language code).
The result of the success evaluation
Evaluation filters. Repeat param. Format: criteria_id:result. Example: eval=value_framing:success
Filter conversations with user feedback comments.
Unix timestamp (in seconds) to filter conversations after to this start date.
Maximum call duration in seconds.
Minimum call duration in seconds.
Unix timestamp (in seconds) to filter conversations up to this start date.
Data collection filters. Repeat param. Format: id:op:value where op is one of eq\\ | neq\\ | gt\\ | gte\\ | lt\\ | lte\\ | in\\ | exists\\ | missing. For in, pipe-delimit values.
Filter conversations by initiation source.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_CONVERSATION_SIGNED_LINKTool to get a signed URL for a conversation with an agent. Use when you need to generate a secure URL for accessing a conversation.
Input parameters
The id of the agent you're taking the action on.
The ID of the branch to use
Whether to include a conversation_id with the response. If included, the conversation_signature cannot be used again.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_DASHBOARD_SETTINGS_ROUTETool to retrieve ConvAI dashboard settings including configured charts. Use when you need to view dashboard configuration or check which charts are enabled.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_DOCUMENTATION_FROM_KNOWLEDGE_BASETool to retrieve a specific document from a conversational AI agent's knowledge base by document ID. Use when you need to fetch details about a specific knowledge base entry including its content, type, and metadata.
Input parameters
The ID of the agent to scope the knowledge base query to.
The id of a document from the knowledge base. This is returned on document addition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_DUBBED_FILETool to download a dubbed audio or video file from a dubbing project. Use when you need to retrieve the dubbed output for a specific language from a completed dubbing project.
Input parameters
ID of the dubbing project.
ID of the language for the dubbed file (e.g., 'es' for Spanish, 'fr' for French).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_DUBBED_METADATATool to retrieve metadata for a dubbing project by ID. Use when you need to check the status, languages, or configuration of a specific dubbing project.
Input parameters
ID of the dubbing project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_DUBBED_TRANSCRIPT_FILETool to retrieve the transcript of a dubbed audio or video file. Use when you need to get subtitles or full transcript for a specific language from a dubbing project.
Input parameters
ID of the dubbing project.
Format type for the transcript output.
ISO-693 language code to retrieve the transcript for. Use 'source' to fetch the transcript of the original media.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_DUBBING_TRANSCRIPTSTool to retrieve transcripts from a dubbing project in various formats. Use when you need to get subtitles (SRT/WebVTT) or full transcript data (JSON) for a specific language from a dubbing project.
Input parameters
ID of the dubbing project.
Format to return transcript in. For subtitles use either 'srt' or 'webvtt', and for a full transcript use 'json'. The 'json' format is not yet supported for Dubbing Studio.
ISO-639 language code to retrieve the transcript for. Use 'source' to fetch the transcript of the original media.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_GENERATE_VOICE_PARAMETERSTool to retrieve voice generation parameters from ElevenLabs. Use when you need to get available options (genders, accents, ages) and constraints (character limits, accent strength ranges) for generating voices.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_KNOWLEDGE_BASE_CONTENTTool to retrieve the text content of a knowledge base document by ID. Use when you need to access the actual content/text of a knowledge base entry rather than just its metadata.
Input parameters
The id of a document from the knowledge base. This is returned on document addition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_KNOWLEDGE_BASE_DEPENDENT_AGENTSTool to retrieve the list of conversational AI agents that depend on a specific knowledge base document. Use when you need to identify which agents are using a particular knowledge base entry before modifying or deleting it.
Input parameters
Used for fetching next page. Cursor is returned in the response.
How many documents to return at maximum. Cannot exceed 100, defaults to 30.
Type of dependent agents to return.
The id of a document from the knowledge base. This is returned on document addition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_KNOWLEDGE_BASE_SOURCE_FILE_URLTool to retrieve a signed URL for downloading the source file of a document from the knowledge base. Use when you need to access or download the original file associated with a knowledge base document.
Input parameters
The id of a document from the knowledge base. This is returned on document addition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_KNOWLEDGE_BASE_SUMMARIESTool to retrieve summaries for multiple knowledge base documents by their IDs. Use when you need to fetch document information for one or more knowledge base documents.
Input parameters
List of knowledge base document IDs to fetch summaries for. Each document ID should be a unique identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_LIBRARY_VOICESTool to retrieve shared voices from the ElevenLabs voice library. Use when you need to browse, search, or filter available voices for text-to-speech.
Input parameters
Age used for filtering
Page number for pagination
Sort criteria
Accent used for filtering
Gender used for filtering
Locale used for filtering
Search term used for filtering
Voice category for filtering shared voices.
Filter featured voices
Language used for filtering
Filter voices by public owner ID
How many shared voices to return at maximum. Cannot exceed 100, defaults to 30.
Use-case used for filtering
Descriptive terms used for filtering
Filter voices that are enabled for the reader app
Include/exclude voices with custom rates
Include/exclude voices that are live moderated
Filter voices with a minimum notice period of the given number of days
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_LIVE_COUNTTool to retrieve the count of active ongoing conversations. Use when you need to monitor live conversation activity for analytics purposes.
Input parameters
The id of an agent to restrict the analytics to. If not provided, returns the count for all agents.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_MODELSTool to retrieve available ElevenLabs speech synthesis models. Use when you need to list models for text-to-speech, voice conversion, or to check model capabilities and pricing.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_OR_CREATE_RAG_INDEXESTool to compute or retrieve RAG indexes for knowledge base documents in batch. Use when you need to generate embeddings for documents to enable semantic search and retrieval.
Input parameters
List of requested RAG indexes. Must contain at least 1 and at most 100 items.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_PHONE_NUMBERTool to retrieve details for a specific phone number by ID. Use when you need phone number configuration, provider settings, or assigned agent information.
Input parameters
The id of a phone number. This is returned when a phone number is created or listed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_PRONUNCIATION_DICTIONARIES_METADATATool to get a list of pronunciation dictionaries and their metadata. Use when you need to retrieve available pronunciation dictionaries for browsing, filtering, or selecting a dictionary for further operations.
Input parameters
Field to sort pronunciation dictionaries by.
Used for fetching next page. Cursor is returned in the response.
How many pronunciation dictionaries to return at maximum. Cannot exceed 100, defaults to 30.
Direction to sort the results in.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_PRONUNCIATION_DICTIONARY_METADATATool to retrieve metadata for a specific pronunciation dictionary by ID. Use when you need details about a particular pronunciation dictionary including version info, rules count, and timestamps.
Input parameters
The id of the pronunciation dictionary
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_PRONUNCIATION_DICTIONARY_VERSION_PLSTool to download a PLS file with pronunciation dictionary version rules. Use when you need to retrieve the pronunciation rules for a specific dictionary version in PLS XML format.
Input parameters
The id of the pronunciation dictionary version
The id of the pronunciation dictionary
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_RAG_INDEXESTool to retrieve RAG indexes for a specific knowledge base document. Use when you need to check the status and details of embeddings generated for a document.
Input parameters
The id of a document from the knowledge base. This is returned on document addition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_RAG_INDEX_OVERVIEWTool to retrieve an overview of the RAG (Retrieval-Augmented Generation) index. Use when you need to check storage usage and available capacity for the knowledge base embedding models.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_RESOURCE_METADATATool to retrieve metadata and sharing permissions for a workspace resource. Use when you need to check who has access to a resource, manage sharing permissions, or view resource details.
Input parameters
The ID of the target resource.
Resource type of the target resource.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_SECRETS_ROUTETool to retrieve ConvAI workspace secrets with pagination support. Use when you need to list stored secrets for the workspace, such as API keys or credentials used by agents.
Input parameters
Used for fetching next page. Cursor is returned in the response.
How many documents to return at maximum. Cannot exceed 100. If not provided, returns all secrets.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_SETTINGS_ROUTETool to retrieve ConvAI workspace settings including MCP server access, LiveKit stack configuration, RAG retention, and webhook settings. Use when you need to view the current workspace configuration.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_SIMILAR_LIBRARY_VOICESTool to find similar voices from the ElevenLabs library by uploading an audio sample. Use when you need to discover library voices that match a specific voice characteristic or sample.
Input parameters
Number of most similar voices to return. If similarity_threshold is provided, less than this number of voices may be returned. Values range from 1 to 100.
Audio file to compare against library voices.
Threshold for voice similarity between provided sample and library voices. Values range from 0 to 2. The smaller the value the more similar voices will be returned.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_SINGLE_USE_TOKENTool to create a single-use token for ElevenLabs API. Use when you need a time-limited token for websocket connections (TTS or real-time transcription). Token expires after 15 minutes and is consumed on first use.
Input parameters
The type of token to create. Use 'realtime_scribe' for real-time transcription or 'tts_websocket' for text-to-speech websocket connections.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_SPEECH_HISTORYTool to list generated speech history items from ElevenLabs. Use when you need to retrieve past speech generations for browsing, searching by voice or model, or reviewing generation history.
Input parameters
Search term used for filtering
Source of the generated history item
Model ID to filter history items by.
Voice ID to be filtered for, you can use GET https://api.elevenlabs.io/v1/voices to receive a list of voices and their IDs.
How many history items to return at maximum. Cannot exceed 1000, defaults to 100.
Sort direction for history items.
Unix timestamp to filter history items after this date (inclusive).
Unix timestamp to filter history items before this date (exclusive).
After which ID to start fetching, use this parameter to paginate across a large collection of history items. In case this parameter is not provided history items will be fetched starting from the most recently created one ordered descending by their creation date.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_SPEECH_HISTORY_ITEM_BY_IDTool to retrieve complete details for a specific speech history item by ID. Use when you need information about a previously generated audio item including text, voice settings, and metadata.
Input parameters
History item ID to be used, you can use GET https://api.elevenlabs.io/v1/history to receive a list of history items and their IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_TEST_INVOCATIONTool to retrieve test invocation details by invocation ID. Use when you need to get test run results and status for a specific test invocation.
Input parameters
The id of a test invocation. This is returned when tests are run.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_TOOLTool to retrieve complete details for a specific conversational AI tool by ID. Use when you need tool configuration, usage statistics, or access information.
Input parameters
ID of the requested tool.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_TOOL_DEPENDENT_AGENTSTool to retrieve the list of conversational AI agents that depend on a specific tool. Use when you need to identify which agents are using a particular tool before modifying or deleting it.
Input parameters
Used for fetching next page. Cursor is returned in the response.
ID of the requested tool.
How many documents to return at maximum. Cannot exceed 100, defaults to 30.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_TOOLS_ROUTETool to retrieve ConvAI tools with pagination support. Use when you need to list available tools in the workspace for browsing, searching, or selecting a tool for further operations.
Input parameters
If present, the endpoint will return only tools of the given types.
Used for fetching next page. Cursor is returned in the response.
If specified, the endpoint returns only tools whose names start with this string.
The field to sort the results by
How many documents to return at maximum. Cannot exceed 100, defaults to 30.
Sort direction for tool listing.
If set to true, the endpoint will return only tools owned by you (and not shared from somebody else).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_TRANSCRIPT_BY_IDTool to retrieve a speech-to-text transcript by its unique ID. Use when you need to fetch the transcribed text, word timings, and language detection results for a previously processed audio file.
Input parameters
The unique ID of the transcript to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_USAGE_CHARACTERSTool to retrieve character usage metrics from ElevenLabs. Use when you need to analyze usage patterns, track consumption over time periods, or generate usage reports with custom breakdowns and aggregation intervals.
Input parameters
Metric type to aggregate.
UTC Unix timestamp for the end of the usage window, in milliseconds. To include the last day of the window, the timestamp should be at 23:59:59 of that day.
UTC Unix timestamp for the start of the usage window, in milliseconds. To include the first day of the window, the timestamp should be at 00:00:00 of that day.
Type of breakdown for usage statistics.
Time interval for aggregating usage data.
Aggregation bucket size in seconds. Overrides the aggregation interval.
Whether or not to include the statistics of the entire workspace.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_USER_INFOTool to retrieve information about the authenticated user, including subscription details, character limits, and voice quotas. Use when you need to check user account status, remaining credits, or subscription tier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_USER_SUBSCRIPTION_INFOTool to retrieve detailed subscription information for the authenticated user. Use when you need to check subscription tier, character usage, voice limits, billing status, or open invoices.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_USER_VOICES_V2Tool to retrieve voices using the V2 API from ElevenLabs. Use when you need to list available voices with advanced filtering, sorting, and pagination capabilities including search, voice type, category, and fine-tuning state filters.
Input parameters
Field to sort voices by.
Search term to filter voices by. Searches in name, description, labels, category.
Category of voice to filter by.
How many voices to return at maximum. Cannot exceed 100, defaults to 10. Page 0 may include more voices due to default voices being included.
Voice IDs to lookup by. Maximum 100 voice IDs.
Type of voice to filter by.
Collection ID to filter voices by.
Sort direction for voice listing.
The next page token to use for pagination. Returned from the previous request. Use this in combination with the has_more flag for reliable pagination.
State of voice fine tuning.
Whether to include the total count of voices found in the response. NOTE: The total_count value is a live snapshot and may change between requests as users create, modify, or delete voices. For pagination, rely on the has_more flag instead. Only enable this when you actually need the total count (e.g., for display purposes), as it incurs a performance cost.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_VOICE_BY_IDTool to retrieve complete details for a specific voice by ID. Use when you need information about a voice including its settings, category, verification status, and metadata.
Input parameters
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_VOICE_SETTINGSTool to retrieve the current settings for a specific voice. Use when you need to check voice configuration parameters like stability, similarity boost, speed, style, and speaker boost settings.
Input parameters
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_VOICE_SETTINGS_DEFAULTTool to retrieve default voice settings for speech synthesis. Use when you need to check the default configuration values for voice stability, similarity, speed, style, and speaker boost settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_WORKSPACE_BATCH_CALLSTool to get all batch calls for a workspace. Use when you need to retrieve a list of batch calls with pagination support.
Input parameters
Maximum number of batch calls to return. Defaults to 100.
Document ID to paginate from. Use the next_doc value from a previous response to fetch the next page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_GET_WORKSPACE_SERVICE_ACCOUNTSTool to retrieve all service accounts in the workspace. Use when you need to list service accounts for workspace management or API key administration.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_HANDLE_SIP_TRUNK_OUTBOUND_CALLTool to initiate an outbound call via SIP trunk using ElevenLabs ConvAI. Use when you need to programmatically place an outbound call with a conversational agent to a specific phone number.
Input parameters
The ID of the conversational agent to use for this call.
The destination phone number to call in E.164 format (e.g., +14155551234).
The ID of the agent's phone number to use for this outbound call.
Client data for conversation initiation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_IMPORT_PHONE_NUMBERTool to import a phone number (Twilio or SIP trunk) into ElevenLabs ConvAI. Use when you need to add an external phone number for making or receiving calls with conversational agents.
Input parameters
Twilio Account SID for authentication. Required for Twilio phone numbers.
A custom label to identify this phone number.
Twilio Auth Token for authentication. Required for Twilio phone numbers.
Provider name (e.g., 'twilio', 'sip_trunk').
The phone number to import in E.164 format (e.g., +14155552468).
Optional region-specific configuration for Twilio phone numbers.
Whether the phone number supports inbound calls.
Whether the phone number supports outbound calls.
Configuration for inbound SIP trunk. Used for SIP trunk phone numbers.
Configuration for outbound SIP trunk. Used for SIP trunk phone numbers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_ISOLATE_AUDIO_STREAMTool to isolate vocals/speech from audio files using ElevenLabs Audio Isolation API. Use when you need to extract or separate speech from background noise or music. The audio file must be at least 4.6 seconds long.
Input parameters
The audio file from which vocals/speech will be isolated. Minimum duration: 4.6 seconds.
Audio file format options
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_LIST_AGENT_BRANCHESTool to list all branches for a specific agent. Use when you need to retrieve branch information for an agent.
Input parameters
How many results at most should be returned
The id of an agent. This is returned on agent creation.
Whether archived branches should be included
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_LIST_AGENT_RESPONSE_TESTSTool to list agent response tests from ElevenLabs conversational AI. Use when you need to retrieve available tests for agent conversations or testing.
Input parameters
Used for fetching next page. Cursor is returned in the response.
Search query to filter tests by name.
How many Tests to return at maximum. Can not exceed 100, defaults to 30.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_LIST_AGENTSTool to list conversational AI agents from ElevenLabs. Use when you need to retrieve agents for browsing, searching, or selecting an agent for further operations.
Input parameters
Used for fetching next page. Cursor is returned in the response.
Search by agent name
The field to sort the results by
Filter agents by archived status. Set to true to show archived agents.
How many agents to return at maximum. Cannot exceed 100, defaults to 30.
Sort direction for agent listing.
If set to true, the endpoint will omit any agents that were shared with you by someone else and include only the ones you own
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_LIST_DUBSTool to list dubbing projects from ElevenLabs. Use when you need to retrieve dubbing projects for browsing, filtering by status, or selecting a dubbing project for further operations.
Input parameters
Used for fetching next page. Cursor is returned in the response.
The field to use for ordering results from this query
How many dubs to return at maximum. Cannot exceed 200, defaults to 100.
Status of the dubbing process.
Order direction for results.
Filter for who created the resources.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_LIST_KNOWLEDGE_BASESTool to list knowledge base documents from ElevenLabs. Use when you need to retrieve knowledge base documents for browsing, searching, or selecting documents for further operations.
Input parameters
If present, the endpoint will return only documents of the given types.
Used for fetching next page. Cursor is returned in the response.
If specified, the endpoint returns only such knowledge base documents whose names start with this string.
The field to sort the results by
How many documents to return at maximum. Cannot exceed 100, defaults to 30.
Whether folders should be returned first in the list of documents.
Sort direction for knowledge base listing.
If set, the endpoint will return only documents that are direct children of the given folder.
If set, the endpoint will return only documents that are descendants of the given folder.
If set to true, the endpoint will return only documents owned by you (and not shared from somebody else).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_LIST_MCP_SERVERSTool to list all MCP (Model Context Protocol) server configurations in the workspace. Use when you need to view available MCP servers, their configurations, and which agents depend on them.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_LIST_PHONE_NUMBERSTool to list all phone numbers available in your ElevenLabs ConvAI workspace. Use when you need to retrieve configured phone numbers for agents.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_LIST_TEST_INVOCATIONSTool to list test invocations for a specific conversational AI agent. Use when you need to retrieve test execution history, including pass/fail counts and test run details.
Input parameters
Used for fetching next page. Cursor is returned in the response.
Filter by agent ID. This is required to retrieve test invocations for a specific agent.
How many Tests to return at maximum. Can not exceed 100, defaults to 30.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_LIST_WHATSAPP_ACCOUNTSTool to list all WhatsApp accounts available in your ElevenLabs ConvAI workspace. Use when you need to retrieve configured WhatsApp accounts for agents.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_LIST_WORKSPACE_WEBHOOKSTool to list all webhooks configured in your ElevenLabs workspace. Use when you need to retrieve webhook configurations, check webhook status, or manage webhook integrations.
Input parameters
Whether to include active usages of the webhook, only usable by admins
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_MOVE_KNOWLEDGE_BASE_ENTITIESTool to bulk move documents or folders to a target folder in the knowledge base. Use when you need to organize multiple knowledge base entities by moving them to a specific folder or to the root.
Input parameters
The ID of the folder to move the entities to. If not set, the entities will be moved to the root folder.
The IDs of documents or folders from the knowledge base to move. Must contain between 1 and 20 IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_MOVE_KNOWLEDGE_BASE_ENTITYTool to move a document or folder to a target folder in the knowledge base. Use when you need to organize a knowledge base entity by moving it to a specific folder or to the root.
Input parameters
The folder to move the entities to. If not set, the entities will be moved to the root folder.
The id of a document from the knowledge base. This is returned on document addition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_PATCH_AGENT_SETTINGSTool to patch (partially update) an agent's settings. Use when you need to update specific fields of an agent without replacing all settings.
Input parameters
A name to make the agent easier to find
Tags to help classify and filter the agent
The id of an agent. This is returned on agent creation.
Agent workflow configuration including nodes and edges defining the agent's conversation flow
List of procedure refs used for this agent version
Platform settings for the agent are all settings that aren't related to the conversation orchestration and content
Conversation configuration for an agent including agent, asr, conversation, tts, turn, and vad settings
Description for this version when publishing changes (only applicable for versioned agents)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_PATCH_PRONUNCIATION_DICTIONARYTool to update a pronunciation dictionary. Use when you need to modify the name or archive status of an existing pronunciation dictionary.
Input parameters
The name of the pronunciation dictionary, used for identification only
Whether to archive the pronunciation dictionary
The ID of the pronunciation dictionary to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_POST_AGENT_AVATARTool to upload an avatar image for a conversational AI agent. Use when you need to set or update the visual representation of an agent.
Input parameters
The id of an agent. This is returned on agent creation.
An image file to be used as the agent's avatar.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_REGISTER_TWILIO_CALLTool to register a Twilio call with ElevenLabs ConvAI and return TwiML. Use when you need to connect an incoming or outgoing Twilio call to a conversational AI agent.
Input parameters
ID of the conversational AI agent to use for the call.
Direction of the call: inbound or outbound.
Phone number the call is to in E.164 format (e.g., +14155555678).
Phone number the call is from in E.164 format (e.g., +14155551234).
Client data for conversation initiation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_REMOVE_PRONUNCIATION_DICTIONARY_RULESTool to remove rules from a pronunciation dictionary. Use when you need to delete specific pronunciation rules from a dictionary by their rule strings.
Input parameters
List of rule strings to remove from the pronunciation dictionary.
The ID of the pronunciation dictionary from which to remove rules.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_RESUBMIT_TESTSTool to resubmit failed or specific tests from a previous test invocation. Use when you need to re-run specific tests without creating a new test suite, typically to verify fixes or retry failed tests. Supports 1-200 test runs per request with optional branch and configuration overrides.
Input parameters
Agent ID to resubmit tests for
ID of the branch to run the tests on. If not provided, the tests will be run on the agent default configuration.
List of test run IDs to resubmit. Must contain 1-200 test run IDs.
The id of a test invocation. This is returned when tests are run.
Configuration overrides to use for testing. If not provided, the agent's default configuration will be used.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_RETRY_BATCH_CALLTool to retry a failed or cancelled batch call. Use when you need to re-attempt a batch call that did not complete successfully. This action will re-queue the batch call for processing with an incremented retry count.
Input parameters
The unique identifier of the batch call to retry
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_RUN_AGENT_TEST_SUITETool to run tests on a conversational AI agent. Use when you need to execute one or more predefined tests to validate agent behavior, responses, or tool calls. Supports running 1-200 tests in a single request with optional branch and configuration overrides.
Input parameters
List of tests to run on the agent. Must contain 1-200 tests.
The ID of the agent to run tests on. This is returned on agent creation.
ID of the branch to run the tests on. If not provided, the tests will be run on the agent default configuration.
Configuration overrides to use for testing. If not provided, the agent's default configuration will be used.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_RUN_CONVERSATION_SIMULATIONTool to simulate a conversation between an agent and an AI user. Use when testing agent behavior in conversation scenarios.
Input parameters
The id of an agent. This is returned on agent creation.
Maximum number of new turns to generate in the conversation simulation.
A specification that will be used to simulate a conversation between an agent and an AI user.
A list of evaluation criteria to test during the conversation simulation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_SIMULATE_CONVERSATION_STREAMTool to simulate a conversation with an AI agent using a streaming endpoint. Use when you need to test or demonstrate agent conversation capabilities with streaming responses. This endpoint allows you to configure the simulated user's behavior, language, and conversation history.
Input parameters
The ID of the agent to simulate a conversation with. This is returned on agent creation.
Maximum number of new turns to generate in the conversation simulation.
A specification that will be used to simulate a conversation between an agent and an AI user.
A list of evaluation criteria to test during the conversation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_UPDATE_AGENT_RESPONSE_TESTTool to update an existing agent response test in ElevenLabs ConvAI. Use when you need to modify test parameters, chat history, or test conditions for agent evaluation.
Input parameters
Name of the test. This field is required.
Type of the test (e.g., 'response', 'tool_call', 'simulation')
The ID of the test to update. This is returned on test creation.
List of chat messages to test the agent with
Examples of failure responses for response unit tests. Can be strings or objects with 'response' and 'type' fields
Examples of successful responses for response unit tests. Can be strings or objects with 'response' and 'type' fields
Dynamic variables to use in the test
Condition that defines success for the test
Scenario description for simulation tests
Maximum number of turns for simulation tests
Parameters for tool call verification
Check if any tool matches the specified criteria
Metadata from the conversation
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_UPDATE_AUDIO_NATIVE_PROJECT_CONTENTTool to update audio-native project content by uploading a new txt or HTML file. Use when you need to replace or update the content of an existing audio-native project.
Input parameters
Either txt or HTML input file containing the article content. HTML should be formatted as follows '<html><body><div><p>Your content</p><h5>More of your content</h5><p>Some more of your content</p></div></body></html>'.
The ID of the Studio project.
Whether to auto convert the project to audio or not.
Whether to auto publish the new project snapshot after it's converted.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_UPDATE_CONVAI_SETTINGSTool to update ConvAI workspace settings in ElevenLabs. Use when you need to configure MCP server access, LiveKit stack preferences, RAG retention, or webhook settings.
Input parameters
Webhook configuration for ConvAI conversations.
Whether the workspace can use MCP servers
Type of LiveKit stack to use.
Number of days to retain RAG (Retrieval-Augmented Generation) data. Must be between 1 and 30 days.
Webhook configuration for conversation initiation client data.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_UPDATE_DASHBOARD_SETTINGS_ROUTETool to update ConvAI dashboard settings including chart configurations. Use when you need to customize which charts appear on the dashboard. Supports up to 4 charts of types: call success, criteria-based, or data collection.
Input parameters
List of charts to display on the dashboard. Each chart can be one of three types: call success (for call success rate metrics), criteria (for tracking specific criteria by ID), or data collection (for tracking data collections by ID). Maximum of 4 charts allowed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_UPDATE_DOCUMENTTool to update a document in the ElevenLabs knowledge base. Use when you need to modify the name of an existing document.
Input parameters
A custom, human-readable name for the document.
The id of a document from the knowledge base. This is returned on document addition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_UPDATE_PHONE_NUMBERTool to update a phone number's configuration in ElevenLabs ConvAI. Use when you need to modify the label, assign/unassign an agent, or update SIP trunk settings.
Input parameters
A label to identify this phone number
The id of an agent to assign to this phone number. Set to null to unassign.
LiveKit stack type for this phone number. Only applicable for SIP trunk phone numbers.
The id of the phone number to update. This is returned when listing phone numbers.
Inbound SIP Trunk configuration.
Outbound SIP Trunk configuration.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_UPDATE_SECRET_ROUTETool to update a Convai workspace secret by ID. Use when you need to modify the name or value of an existing secret.
Input parameters
The updated name for the secret
Must be 'update' for PATCH requests
The updated value for the secret
The ID of the secret to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ELEVENREADER_UPDATE_TOOLTool to update a conversational AI tool configuration. Use when you need to modify tool settings like name, description, or API schema.
Input parameters
ID of the tool to update.
Configuration for the tool. Must include 'type' field (webhook/client/system/mcp) and required fields for that type. For webhook: name, description, api_schema. For client: name, description. For system: name, params. For mcp: name, description, integration_type, mcp_tool_name, mcp_tool_description, mcp_server_id, mcp_server_name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 62 agents privately built on Nagent that already use Elevenreader.
Build on Nagent
Connect Elevenreader to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Elevenreader, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Elevenreader is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Elevenreader is connected, you configure its 124 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Elevenreader steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Elevenreader event fires, the agent kicks off automatically.
Every Elevenreader action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Elevenreader ships with 124 pre-built artificial intelligence actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Elevenreader together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Elevenreader-based workflows tailored to your business.