ElevenLabs
High performance AI audio models to power the most dynamic interactions requiring fast responses and top quality output.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Keys | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "ELEVENLABS_ADD_CHAPTER", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("ELEVENLABS_ADD_CHAPTER", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute ELEVENLABS_ADD_CHAPTER --data '{ }'Tool 目录
可用 Tools
332 个可调用操作
Create ChapterELEVENLABS_ADD_CHAPTERCreates a new chapter either as blank or from a URL.需要连接
Creates a new chapter either as blank or from a URL.
认证
需要 Connected AccountTags
Add A Pronunciation DictionaryELEVENLABS_ADD_FROM_RULESCreates a new pronunciation dictionary from provided rules.需要连接
Creates a new pronunciation dictionary from provided rules.
认证
需要 Connected AccountTags
Add A Language To The ResourceELEVENLABS_ADD_LANGUAGEAdds the given ElevenLab Turbo V2/V2.5 language code to the resource. Does not automatically generate transcripts/translations/audio.需要连接
Adds the given ElevenLab Turbo V2/V2.5 language code to the resource. Does not automatically generate transcripts/translations/audio.
认证
需要 Connected AccountTags
Create Mcp Server Tool ApprovalELEVENLABS_ADD_MCP_SERVER_TOOL_APPROVAL_ROUTEAdd approval for a specific MCP tool when using per-tool approval mode.需要连接
Add approval for a specific MCP tool when using per-tool approval mode.
认证
需要 Connected AccountTags
Create Mcp Tool Configuration OverrideELEVENLABS_ADD_MCP_TOOL_CONFIG_OVERRIDE_ROUTECreate configuration overrides for a specific MCP tool.需要连接
Create configuration overrides for a specific MCP tool.
认证
需要 Connected AccountTags
Add Member To User GroupELEVENLABS_ADD_MEMBERAdds a member of your workspace to the specified group. Requires `group_members_manage` permission.需要连接
Adds a member of your workspace to the specified group. Requires `group_members_manage` permission.
认证
需要 Connected AccountTags
Add Rules To The Pronunciation DictionaryELEVENLABS_ADD_RULESAdd rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.需要连接
Add rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.
认证
需要 Connected AccountTags
Add Shared VoiceELEVENLABS_ADD_SHARING_VOICEAdd a shared voice to your collection of voices.需要连接
Add a shared voice to your collection of voices.
认证
需要 Connected AccountTags
Add ToolELEVENLABS_ADD_TOOL_ROUTEAdd a new tool to the available tools in the workspace.需要连接
Add a new tool to the available tools in the workspace.
认证
需要 Connected AccountTags
Bulk Move Tests To FolderELEVENLABS_AGENT_TESTING_BULK_MOVE_ROUTEMoves multiple tests or folders from one folder to another.需要连接
Moves multiple tests or folders from one folder to another.
认证
需要 Connected AccountTags
Assign Conversation TagsELEVENLABS_ASSIGN_CONVERSATION_TAGS_ROUTEAssign one or more conversation tags to a conversation. Tags that are already assigned are ignored. Tags must belong to the same workspace.需要连接
Assign one or more conversation tags to a conversation. Tags that are already assigned are ignored. Tags must belong to the same workspace.
认证
需要 Connected AccountTags
Update Audio-Native Content From UrlELEVENLABS_AUDIO_NATIVE_UPDATE_CONTENT_FROM_URLFinds an AudioNative project matching the provided URL, extracts content from the URL, updates the project content, and queues it for conversion and auto-publishing.需要连接
Finds an AudioNative project matching the provided URL, extracts content from the URL, updates the project content, and queues it for conversion and auto-publishing.
认证
需要 Connected AccountTags
Cancel A Batch Call.ELEVENLABS_CANCEL_BATCH_CALLCancel a running batch call and set all recipients to cancelled status.需要连接
Cancel a running batch call and set all recipients to cancelled status.
认证
需要 Connected AccountTags
Cancel Crawl JobELEVENLABS_CANCEL_CRAWL_JOB_ROUTECancel a crawl job and delete all associated documents and folders.需要连接
Cancel a crawl job and delete all associated documents and folders.
认证
需要 Connected AccountTags
Delete File UploadELEVENLABS_CANCEL_FILE_UPLOAD_ROUTERemove a file upload from a conversation. Only possible if the file hasn't already been used in the conversation.需要连接
Remove a file upload from a conversation. Only possible if the file hasn't already been used in the conversation.
认证
需要 Connected AccountTags
Compile ProceduresELEVENLABS_COMPILE_PROCEDURES_ROUTECompile procedure drafts into a workflow.需要连接
Compile procedure drafts into a workflow.
认证
需要 Connected AccountTags
Compose Music With A Detailed ResponseELEVENLABS_COMPOSE_DETAILEDCompose a song from a prompt or a composition plan.需要连接
Compose a song from a prompt or a composition plan.
认证
需要 Connected AccountTags
Stream Composed Music With A Detailed ResponseELEVENLABS_COMPOSE_DETAILED_STREAMStream a song and its detailed metadata using Server-Sent Events (SSE).需要连接
Stream a song and its detailed metadata using Server-Sent Events (SSE).
认证
需要 Connected AccountTags
Generate Composition PlanELEVENLABS_COMPOSE_PLANGenerate a composition plan from a prompt.需要连接
Generate a composition plan from a prompt.
认证
需要 Connected AccountTags
Convert ChapterELEVENLABS_CONVERT_CHAPTER_ENDPOINTStarts conversion of a specific chapter.需要连接
Starts conversion of a specific chapter.
认证
需要 Connected AccountTags
Convert Studio ProjectELEVENLABS_CONVERT_PROJECT_ENDPOINTStarts conversion of a Studio project and all of its chapters.需要连接
Starts conversion of a Studio project and all of its chapters.
认证
需要 Connected AccountTags
Create Or Update DeploymentsELEVENLABS_CREATE_AGENT_DEPLOYMENT_ROUTECreate a new deployment for an agent需要连接
Create a new deployment for an agent
认证
需要 Connected AccountTags
Create Agent DraftELEVENLABS_CREATE_AGENT_DRAFT_ROUTECreate a new draft for an agent需要连接
Create a new draft for an agent
认证
需要 Connected AccountTags
Create Agent Response TestELEVENLABS_CREATE_AGENT_RESPONSE_TEST_ROUTECreates a new agent response test.需要连接
Creates a new agent response test.
认证
需要 Connected AccountTags
Create AgentELEVENLABS_CREATE_AGENT_ROUTECreate an agent from a config object需要连接
Create an agent from a config object
认证
需要 Connected AccountTags
Create Agent Test FolderELEVENLABS_CREATE_AGENT_TEST_FOLDER_ROUTECreates a folder for organizing agent tests.需要连接
Creates a folder for organizing agent tests.
认证
需要 Connected AccountTags
Create Workspace Auth ConnectionELEVENLABS_CREATE_AUTH_CONNECTIONCreate a new OAuth2 auth connection for the workspace需要连接
Create a new OAuth2 auth connection for the workspace
认证
需要 Connected AccountTags
Submit A Batch Call Request.ELEVENLABS_CREATE_BATCH_CALLSubmit a batch call request to schedule calls for multiple recipients.需要连接
Submit a batch call request to schedule calls for multiple recipients.
认证
需要 Connected AccountTags
Create A New BranchELEVENLABS_CREATE_BRANCH_ROUTECreate a new branch from a given version of any branch需要连接
Create a new branch from a given version of any branch
认证
需要 Connected AccountTags
Create A Segment For The SpeakerELEVENLABS_CREATE_CLIPCreates a new segment in dubbing resource with a start and end time for the speaker in every available language. Does not automatically generate transcripts/translations/audio.需要连接
Creates a new segment in dubbing resource with a start and end time for the speaker in every available language. Does not automatically generate transcripts/translations/audio.
认证
需要 Connected AccountTags
Create Conversation TagELEVENLABS_CREATE_CONVERSATION_TAG_ROUTECreate a new conversation tag for the workspace.需要连接
Create a new conversation tag for the workspace.
认证
需要 Connected AccountTags
Create Crawl JobELEVENLABS_CREATE_CRAWL_JOB_ROUTECreate a crawl job to crawl the given URL with specified depth and page limits.需要连接
Create a crawl job to crawl the given URL with specified depth and page limits.
认证
需要 Connected AccountTags
Create Environment VariableELEVENLABS_CREATE_ENVIRONMENT_VARIABLECreate a new environment variable for the workspace需要连接
Create a new environment variable for the workspace
认证
需要 Connected AccountTags
Create FolderELEVENLABS_CREATE_FOLDER_ROUTECreate a folder used for grouping documents together.需要连接
Create a folder used for grouping documents together.
认证
需要 Connected AccountTags
Create Mcp ServerELEVENLABS_CREATE_MCP_SERVER_ROUTECreate a new MCP server configuration in the workspace.需要连接
Create a new MCP server configuration in the workspace.
认证
需要 Connected AccountTags
Import Phone NumberELEVENLABS_CREATE_PHONE_NUMBER_ROUTEImport Phone Number from provider configuration (Twilio, Exotel, or SIP trunk)需要连接
Import Phone Number from provider configuration (Twilio, Exotel, or SIP trunk)
认证
需要 Connected AccountTags
Create PodcastELEVENLABS_CREATE_PODCASTCreate and auto-convert a podcast project. Currently, the LLM cost is covered by us but you will still be charged for the audio generation. In the future, you will be charged for both the LLM and audio generation costs.需要连接
Create and auto-convert a podcast project. Currently, the LLM cost is covered by us but you will still be charged for the audio generation. In the future, you will be charged for both the LLM and audio generation costs.
认证
需要 Connected AccountTags
Create ProcedureELEVENLABS_CREATE_PROCEDURE_ROUTECreate a new procedure for the agent on a branch.需要连接
Create a new procedure for the agent on a branch.
认证
需要 Connected AccountTags
Create Pvc VoiceELEVENLABS_CREATE_PVC_VOICECreates a new PVC voice with metadata but no samples需要连接
Creates a new PVC voice with metadata but no samples
认证
需要 Connected AccountTags
Create Convai Workspace SecretELEVENLABS_CREATE_SECRET_ROUTECreate a new secret for the workspace需要连接
Create a new secret for the workspace
认证
需要 Connected AccountTags
Create Service AccountELEVENLABS_CREATE_SERVICE_ACCOUNTCreate a new service account in the workspace. By default, a workspace can have up to 20 service accounts. Enterprise customers may request an increase to this limit, up to 100.需要连接
Create a new service account in the workspace. By default, a workspace can have up to 20 service accounts. Enterprise customers may request an increase to this limit, up to 100.
认证
需要 Connected AccountTags
Create Service Account Api KeyELEVENLABS_CREATE_SERVICE_ACCOUNT_API_KEYCreate a new API key for a service account需要连接
Create a new API key for a service account
认证
需要 Connected AccountTags
Create A New SpeakerELEVENLABS_CREATE_SPEAKERCreates a new speaker in a dubbing resource. The speaker is added to every available language and can optionally be associated with an ElevenLabs voice and voice settings.需要连接
Creates a new speaker in a dubbing resource. The speaker is added to every available language and can optionally be associated with an ElevenLabs voice and voice settings.
认证
需要 Connected AccountTags
Create Speech EngineELEVENLABS_CREATE_SPEECH_ENGINECreate a new Speech Engine resource需要连接
Create a new Speech Engine resource
认证
需要 Connected AccountTags
Create Text DocumentELEVENLABS_CREATE_TEXT_DOCUMENT_ROUTECreate a knowledge base document containing the provided text.需要连接
Create a knowledge base document containing the provided text.
认证
需要 Connected AccountTags
Create Url DocumentELEVENLABS_CREATE_URL_DOCUMENT_ROUTECreate a knowledge base document generated by scraping the given webpage.需要连接
Create a knowledge base document generated by scraping the given webpage.
认证
需要 Connected AccountTags
Create A New Voice From Voice PreviewELEVENLABS_CREATE_VOICECreate a voice from previously generated voice preview. This endpoint should be called after you fetched a generated_voice_id using POST /v1/text-to-voice/design or POST /v1/text-to-voice/:voice_id/remix.需要连接
Create a voice from previously generated voice preview. This endpoint should be called after you fetched a generated_voice_id using POST /v1/text-to-voice/design or POST /v1/text-to-voice/:voice_id/remix.
认证
需要 Connected AccountTags
Create Workspace WebhookELEVENLABS_CREATE_WORKSPACE_WEBHOOK_ROUTECreate a new webhook for the workspace with the specified authentication type.需要连接
Create a new webhook for the workspace with the specified authentication type.
认证
需要 Connected AccountTags
Delete Agent DraftELEVENLABS_DELETE_AGENT_DRAFT_ROUTEDelete a draft for an agent需要连接
Delete a draft for an agent
认证
需要 Connected AccountTags
Delete AgentELEVENLABS_DELETE_AGENT_ROUTEDelete an agent需要连接
Delete an agent
认证
需要 Connected AccountTags
Delete Agent Test FolderELEVENLABS_DELETE_AGENT_TEST_FOLDER_ROUTEDeletes an agent test folder by ID. Use force=true to delete a non-empty folder and all its contents.需要连接
Deletes an agent test folder by ID. Use force=true to delete a non-empty folder and all its contents.
认证
需要 Connected AccountTags
Delete Audio Isolation History ItemELEVENLABS_DELETE_AUDIO_ISOLATION_HISTORY_ITEMDeletes a specific audio isolation history item and the associated media files.需要连接
Deletes a specific audio isolation history item and the associated media files.
认证
需要 Connected AccountTags
Delete Workspace Auth ConnectionELEVENLABS_DELETE_AUTH_CONNECTIONDelete an auth connection需要连接
Delete an auth connection
认证
需要 Connected AccountTags
Delete A Batch Call.ELEVENLABS_DELETE_BATCH_CALLPermanently delete a batch call and all recipient records. Conversations remain in history.需要连接
Permanently delete a batch call and all recipient records. Conversations remain in history.
认证
需要 Connected AccountTags
Delete ChapterELEVENLABS_DELETE_CHAPTER_ENDPOINTDeletes a chapter.需要连接
Deletes a chapter.
认证
需要 Connected AccountTags
Delete Agent Response TestELEVENLABS_DELETE_CHAT_RESPONSE_TEST_ROUTEDeletes an agent response test by ID.需要连接
Deletes an agent response test by ID.
认证
需要 Connected AccountTags
Delete ConversationELEVENLABS_DELETE_CONVERSATION_ROUTEDelete a particular conversation需要连接
Delete a particular conversation
认证
需要 Connected AccountTags
Delete Conversation TagELEVENLABS_DELETE_CONVERSATION_TAG_ROUTEDelete a conversation tag. Restricted to the tag owner or a workspace admin.需要连接
Delete a conversation tag. Restricted to the tag owner or a workspace admin.
认证
需要 Connected AccountTags
Delete DubbingELEVENLABS_DELETE_DUBBINGDeletes a dubbing project.需要连接
Deletes a dubbing project.
认证
需要 Connected AccountTags
Delete Music FinetuneELEVENLABS_DELETE_FINETUNEDelete a music finetune需要连接
Delete a music finetune
认证
需要 Connected AccountTags
Delete Existing InvitationELEVENLABS_DELETE_INVITEInvalidates an existing email invitation. The invitation will still show up in the inbox it has been delivered to, but activating it to join the workspace won't work. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission.需要连接
Invalidates an existing email invitation. The invitation will still show up in the inbox it has been delivered to, but activating it to join the workspace won't work. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission.
认证
需要 Connected AccountTags
Delete Knowledge Base Document Or FolderELEVENLABS_DELETE_KNOWLEDGE_BASE_DOCUMENTDelete a document or folder from the knowledge base.需要连接
Delete a document or folder from the knowledge base.
认证
需要 Connected AccountTags
Delete Mcp ServerELEVENLABS_DELETE_MCP_SERVER_ROUTEDelete a specific MCP server configuration from the workspace.需要连接
Delete a specific MCP server configuration from the workspace.
认证
需要 Connected AccountTags
Delete Phone NumberELEVENLABS_DELETE_PHONE_NUMBER_ROUTEDelete Phone Number by ID需要连接
Delete Phone Number by ID
认证
需要 Connected AccountTags
Delete Procedure DraftELEVENLABS_DELETE_PROCEDURE_DRAFT_ROUTEDelete user's draft for a procedure, resetting to the committed version需要连接
Delete user's draft for a procedure, resetting to the committed version
认证
需要 Connected AccountTags
Delete Studio ProjectELEVENLABS_DELETE_PROJECTDeletes a Studio project.需要连接
Deletes a Studio project.
认证
需要 Connected AccountTags
Delete Pvc Voice SampleELEVENLABS_DELETE_PVC_VOICE_SAMPLEDelete a sample from a PVC voice.需要连接
Delete a sample from a PVC voice.
认证
需要 Connected AccountTags
Delete Rag Index.ELEVENLABS_DELETE_RAG_INDEXDelete RAG index for the knowledgebase document.需要连接
Delete RAG index for the knowledgebase document.
认证
需要 Connected AccountTags
Delete SampleELEVENLABS_DELETE_SAMPLERemoves a sample by its ID.需要连接
Removes a sample by its ID.
认证
需要 Connected AccountTags
Delete Convai Workspace SecretELEVENLABS_DELETE_SECRET_ROUTEDelete a workspace secret if it's not in use需要连接
Delete a workspace secret if it's not in use
认证
需要 Connected AccountTags
Deletes A Single SegmentELEVENLABS_DELETE_SEGMENTDeletes a single segment from the dubbing.需要连接
Deletes a single segment from the dubbing.
认证
需要 Connected AccountTags
Delete Service Account Api KeyELEVENLABS_DELETE_SERVICE_ACCOUNT_API_KEYDelete an existing API key for a service account需要连接
Delete an existing API key for a service account
认证
需要 Connected AccountTags
Delete Speech EngineELEVENLABS_DELETE_SPEECH_ENGINEDelete a Speech Engine resource需要连接
Delete a Speech Engine resource
认证
需要 Connected AccountTags
Delete History ItemELEVENLABS_DELETE_SPEECH_HISTORY_ITEMDelete a history item by its ID需要连接
Delete a history item by its ID
认证
需要 Connected AccountTags
Delete ToolELEVENLABS_DELETE_TOOL_ROUTEDelete tool from the workspace.需要连接
Delete tool from the workspace.
认证
需要 Connected AccountTags
Delete Transcript By IdELEVENLABS_DELETE_TRANSCRIPT_BY_IDDelete a previously generated transcript by its ID.需要连接
Delete a previously generated transcript by its ID.
认证
需要 Connected AccountTags
Delete VoiceELEVENLABS_DELETE_VOICEDeletes a voice by its ID.需要连接
Deletes a voice by its ID.
认证
需要 Connected AccountTags
Delete Whatsapp AccountELEVENLABS_DELETE_WHATSAPP_ACCOUNTDelete a WhatsApp account需要连接
Delete a WhatsApp account
认证
需要 Connected AccountTags
Delete Workspace WebhookELEVENLABS_DELETE_WORKSPACE_WEBHOOK_ROUTEDelete the specified workspace webhook需要连接
Delete the specified workspace webhook
认证
需要 Connected AccountTags
Disable Api KeyELEVENLABS_DISABLEDisable the API key used to authenticate this request. Requires the query parameter `api_key_name=self` as an explicit confirmation.需要连接
Disable the API key used to authenticate this request. Requires the query parameter `api_key_name=self` as an explicit confirmation.
认证
需要 Connected AccountTags
Download History ItemsELEVENLABS_DOWNLOAD_SPEECH_HISTORY_ITEMSDownload one or more history items. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the history items packed into a .zip file.需要连接
Download one or more history items. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the history items packed into a .zip file.
认证
需要 Connected AccountTags
Dubs All Or Some Segments And LanguagesELEVENLABS_DUBRegenerate the dubs for either the entire resource or the specified segments/languages. Will automatically transcribe and translate any missing transcriptions and translations.需要连接
Regenerate the dubs for either the entire resource or the specified segments/languages. Will automatically transcribe and translate any missing transcriptions and translations.
认证
需要 Connected AccountTags
Create Dubbing Language TargetELEVENLABS_DUBBING_LANGUAGE_CREATEQueue a language target for a project (starts once the project is ready).需要连接
Queue a language target for a project (starts once the project is ready).
认证
需要 Connected AccountTags
Delete Dubbing Language TargetELEVENLABS_DUBBING_LANGUAGE_DELETEDelete a language target.需要连接
Delete a language target.
认证
需要 Connected AccountTags
Get Dubbing Language TargetELEVENLABS_DUBBING_LANGUAGE_GETFull language-target detail.需要连接
Full language-target detail.
认证
需要 Connected AccountTags
List Dubbing Language TargetsELEVENLABS_DUBBING_LANGUAGE_LISTList a project's language targets (cursor-paginated).需要连接
List a project's language targets (cursor-paginated).
认证
需要 Connected AccountTags
Delete Dubbing ProjectELEVENLABS_DUBBING_PROJECT_DELETEDelete a project and its language targets.需要连接
Delete a project and its language targets.
认证
需要 Connected AccountTags
Get Dubbing ProjectELEVENLABS_DUBBING_PROJECT_GETFull project detail, including its language target ids.需要连接
Full project detail, including its language target ids.
认证
需要 Connected AccountTags
List Dubbing ProjectsELEVENLABS_DUBBING_PROJECT_LISTList the workspace's dubbing projects (cursor-paginated).需要连接
List the workspace's dubbing projects (cursor-paginated).
认证
需要 Connected AccountTags
Get Dubbing Target TranscriptELEVENLABS_DUBBING_TARGET_TRANSCRIPT_GETA language target's transcript: source segments with their translations.需要连接
A language target's transcript: source segments with their translations.
认证
需要 Connected AccountTags
Regenerate Dubbing TargetELEVENLABS_DUBBING_TARGET_TRANSCRIPT_REGENERATERe-dub a target from its edited transcript (charged like a generation).需要连接
Re-dub a target from its edited transcript (charged like a generation).
认证
需要 Connected AccountTags
Update Dubbing Target Transcript SegmentELEVENLABS_DUBBING_TARGET_TRANSCRIPT_SEGMENT_UPDATEEdit a segment's translation for a language target.需要连接
Edit a segment's translation for a language target.
认证
需要 Connected AccountTags
Get Dubbing TranscriptELEVENLABS_DUBBING_TRANSCRIPT_GETThe project's source transcript, as editable segments.需要连接
The project's source transcript, as editable segments.
认证
需要 Connected AccountTags
Add Dubbing Transcript SegmentELEVENLABS_DUBBING_TRANSCRIPT_SEGMENT_ADDAdd a new source segment to the transcript.需要连接
Add a new source segment to the transcript.
认证
需要 Connected AccountTags
Delete Dubbing Transcript SegmentELEVENLABS_DUBBING_TRANSCRIPT_SEGMENT_DELETERemove a source segment from the transcript.需要连接
Remove a source segment from the transcript.
认证
需要 Connected AccountTags
Update Dubbing Transcript SegmentELEVENLABS_DUBBING_TRANSCRIPT_SEGMENT_UPDATEEdit a source segment's text, speaker, or timing.需要连接
Edit a source segment's text, speaker, or timing.
认证
需要 Connected AccountTags
Duplicate AgentELEVENLABS_DUPLICATE_AGENT_ROUTECreate a new agent by duplicating an existing one需要连接
Create a new agent by duplicating an existing one
认证
需要 Connected AccountTags
Update ChapterELEVENLABS_EDIT_CHAPTERUpdates a chapter.需要连接
Updates a chapter.
认证
需要 Connected AccountTags
Update Studio ProjectELEVENLABS_EDIT_PROJECTUpdates the specified Studio project by setting the values of the parameters passed.需要连接
Updates the specified Studio project by setting the values of the parameters passed.
认证
需要 Connected AccountTags
Edit Pvc VoiceELEVENLABS_EDIT_PVC_VOICEEdit PVC voice metadata需要连接
Edit PVC voice metadata
认证
需要 Connected AccountTags
Update Pvc Voice SampleELEVENLABS_EDIT_PVC_VOICE_SAMPLEUpdate a PVC voice sample - apply noise removal, select speaker, change trim times or file name.需要连接
Update a PVC voice sample - apply noise removal, select speaker, change trim times or file name.
认证
需要 Connected AccountTags
Edit Service Account Api KeyELEVENLABS_EDIT_SERVICE_ACCOUNT_API_KEYUpdate an existing API key for a service account需要连接
Update an existing API key for a service account
认证
需要 Connected AccountTags
Edit Voice SettingsELEVENLABS_EDIT_VOICE_SETTINGSEdit your settings for a specific voice. "similarity_boost" corresponds to "Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.需要连接
Edit your settings for a specific voice. "similarity_boost" corresponds to "Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.
认证
需要 Connected AccountTags
Update Workspace WebhookELEVENLABS_EDIT_WORKSPACE_WEBHOOK_ROUTEUpdate the specified workspace webhook需要连接
Update the specified workspace webhook
认证
需要 Connected AccountTags
Export Batch Call ResultsELEVENLABS_EXPORT_BATCH_CALLDownload all recipients and conversation results for a terminal batch call as CSV.需要连接
Download all recipients and conversation results for a terminal batch call as CSV.
认证
需要 Connected AccountTags
Compose MusicELEVENLABS_GENERATECompose a song from a prompt or a composition plan.需要连接
Compose a song from a prompt or a composition plan.
认证
需要 Connected AccountTags
Returns The Size Of The Agent'S Knowledge BaseELEVENLABS_GET_AGENT_KNOWLEDGE_BASE_SIZEReturns the number of pages in the agent's knowledge base.需要连接
Returns the number of pages in the agent's knowledge base.
认证
需要 Connected AccountTags
Get Knowledge Base Summaries By IdsELEVENLABS_GET_AGENT_KNOWLEDGE_BASE_SUMMARIES_ROUTEGets multiple knowledge base document summaries by their IDs.需要连接
Gets multiple knowledge base document summaries by their IDs.
认证
需要 Connected AccountTags
Get Shareable Agent LinkELEVENLABS_GET_AGENT_LINK_ROUTEGet the current link used to share the agent with others需要连接
Get the current link used to share the agent with others
认证
需要 Connected AccountTags
Calculate Expected Llm Usage For An AgentELEVENLABS_GET_AGENT_LLM_EXPECTED_COST_CALCULATIONCalculates expected number of LLM tokens needed for the specified agent.需要连接
Calculates expected number of LLM tokens needed for the specified agent.
认证
需要 Connected AccountTags
Get Agent Response Test By IdELEVENLABS_GET_AGENT_RESPONSE_TEST_ROUTEGets an agent response test by ID.需要连接
Gets an agent response test by ID.
认证
需要 Connected AccountTags
Get Agent Response Test Summaries By IdsELEVENLABS_GET_AGENT_RESPONSE_TESTS_SUMMARIES_ROUTEGets agent response test summaries for the requested test IDs.需要连接
Gets agent response test summaries for the requested test IDs.
认证
需要 Connected AccountTags
Get AgentELEVENLABS_GET_AGENT_ROUTERetrieve config for an agent需要连接
Retrieve config for an agent
认证
需要 Connected AccountTags
Get Agent SummariesELEVENLABS_GET_AGENT_SUMMARIES_ROUTEReturns summaries for the specified agents.需要连接
Returns summaries for the specified agents.
认证
需要 Connected AccountTags
Get Agent Test Folder By IdELEVENLABS_GET_AGENT_TEST_FOLDER_ROUTEGets an agent test folder by ID, including its folder path.需要连接
Gets an agent test folder by ID, including its folder path.
认证
需要 Connected AccountTags
Get Agent Conversation TopicsELEVENLABS_GET_AGENT_TOPICS_ROUTEReturns the latest topic discovery run results for a given agent.需要连接
Returns the latest topic discovery run results for a given agent.
认证
需要 Connected AccountTags
Get Agent Widget ConfigELEVENLABS_GET_AGENT_WIDGET_ROUTERetrieve the widget configuration for an agent需要连接
Retrieve the widget configuration for an agent
认证
需要 Connected AccountTags
List AgentsELEVENLABS_GET_AGENTS_ROUTEReturns a list of your agents and their metadata.需要连接
Returns a list of your agents and their metadata.
认证
需要 Connected AccountTags
Get Audio From SampleELEVENLABS_GET_AUDIO_FROM_SAMPLEReturns the audio corresponding to a sample attached to a voice.需要连接
Returns the audio corresponding to a sample attached to a voice.
认证
需要 Connected AccountTags
Get Audio From History ItemELEVENLABS_GET_AUDIO_FULL_FROM_SPEECH_HISTORY_ITEMReturns the audio of an history item.需要连接
Returns the audio of an history item.
认证
需要 Connected AccountTags
Get Audio Isolation HistoryELEVENLABS_GET_AUDIO_ISOLATION_HISTORYReturns a list of all your audio isolation generations.需要连接
Returns a list of all your audio isolation generations.
认证
需要 Connected AccountTags
Get Audio Native Project SettingsELEVENLABS_GET_AUDIO_NATIVE_PROJECT_SETTINGS_ENDPOINTGet player settings for the specific project.需要连接
Get player settings for the specific project.
认证
需要 Connected AccountTags
Get A Batch Call By Id.ELEVENLABS_GET_BATCH_CALLGet detailed information about a batch call including all recipients.需要连接
Get detailed information about a batch call including all recipients.
认证
需要 Connected AccountTags
Get Agent BranchELEVENLABS_GET_BRANCH_ROUTEGet information about a single agent branch需要连接
Get information about a single agent branch
认证
需要 Connected AccountTags
List Agent BranchesELEVENLABS_GET_BRANCHES_ROUTEReturns a list of branches an agent has需要连接
Returns a list of branches an agent has
认证
需要 Connected AccountTags
Get ChapterELEVENLABS_GET_CHAPTER_BY_ID_ENDPOINTReturns information about a specific chapter.需要连接
Returns information about a specific chapter.
认证
需要 Connected AccountTags
Get Chapter SnapshotELEVENLABS_GET_CHAPTER_SNAPSHOT_ENDPOINTReturns the chapter snapshot.需要连接
Returns the chapter snapshot.
认证
需要 Connected AccountTags
List Chapter SnapshotsELEVENLABS_GET_CHAPTER_SNAPSHOTSGets information about all the snapshots of a chapter. Each snapshot can be downloaded as audio. Whenever a chapter is converted a snapshot will automatically be created.需要连接
Gets information about all the snapshots of a chapter. Each snapshot can be downloaded as audio. Whenever a chapter is converted a snapshot will automatically be created.
认证
需要 Connected AccountTags
List ChaptersELEVENLABS_GET_CHAPTERSReturns a list of a Studio project's chapters.需要连接
Returns a list of a Studio project's chapters.
认证
需要 Connected AccountTags
Get Conversation AudioELEVENLABS_GET_CONVERSATION_AUDIO_ROUTEGet the audio recording of a particular conversation需要连接
Get the audio recording of a particular conversation
认证
需要 Connected AccountTags
Get ConversationsELEVENLABS_GET_CONVERSATION_HISTORIES_ROUTEGet all conversations of agents that user owns. With option to restrict to a specific agent.需要连接
Get all conversations of agents that user owns. With option to restrict to a specific agent.
认证
需要 Connected AccountTags
Get Conversation DetailsELEVENLABS_GET_CONVERSATION_HISTORY_ROUTEGet the details of a particular conversation需要连接
Get the details of a particular conversation
认证
需要 Connected AccountTags
Get Signed UrlELEVENLABS_GET_CONVERSATION_SIGNED_LINKGet a signed url to start a conversation with an agent with an agent that requires authorization需要连接
Get a signed url to start a conversation with an agent with an agent that requires authorization
认证
需要 Connected AccountTags
Get Sip Messages For A ConversationELEVENLABS_GET_CONVERSATION_SIP_MESSAGESGet SIP messages associated with a conversation's phone call需要连接
Get SIP messages associated with a conversation's phone call
认证
需要 Connected AccountTags
Get Conversation TagELEVENLABS_GET_CONVERSATION_TAG_ROUTEGet a conversation tag by ID.需要连接
Get a conversation tag by ID.
认证
需要 Connected AccountTags
Get Conversation UsersELEVENLABS_GET_CONVERSATION_USERS_ROUTEGet distinct users from conversations with pagination.需要连接
Get distinct users from conversations with pagination.
认证
需要 Connected AccountTags
Get Crawl Job DetailsELEVENLABS_GET_CRAWL_JOB_ROUTEGet details about a specific crawl job including status and progress.需要连接
Get details about a specific crawl job including status and progress.
认证
需要 Connected AccountTags
Get Convai Dashboard SettingsELEVENLABS_GET_DASHBOARD_SETTINGS_ROUTERetrieve Convai dashboard settings for the workspace需要连接
Retrieve Convai dashboard settings for the workspace
认证
需要 Connected AccountTags
Get Documentation Chunk From Knowledge BaseELEVENLABS_GET_DOCUMENTATION_CHUNK_FROM_KNOWLEDGE_BASEGet details about a specific documentation part used by RAG.需要连接
Get details about a specific documentation part used by RAG.
认证
需要 Connected AccountTags
Get All Rag Chunks For A DocumentELEVENLABS_GET_DOCUMENTATION_CHUNKS_FROM_KNOWLEDGE_BASEGet all RAG chunks for a specific knowledge base document.需要连接
Get all RAG chunks for a specific knowledge base document.
认证
需要 Connected AccountTags
Get Documentation From Knowledge BaseELEVENLABS_GET_DOCUMENTATION_FROM_KNOWLEDGE_BASEGet details about a specific documentation making up the agent's knowledge base需要连接
Get details about a specific documentation making up the agent's knowledge base
认证
需要 Connected AccountTags
Get Dubbed FileELEVENLABS_GET_DUBBED_FILEReturns dub as a streamed MP3 or MP4 file. If this dub has been edited using Dubbing Studio you need to use the resource render endpoint as this endpoint only returns the original automatic dub result.需要连接
Returns dub as a streamed MP3 or MP4 file. If this dub has been edited using Dubbing Studio you need to use the resource render endpoint as this endpoint only returns the original automatic dub result.
认证
需要 Connected AccountTags
Get DubbingELEVENLABS_GET_DUBBED_METADATAReturns metadata about a dubbing project, including whether it's still in progress or not需要连接
Returns metadata about a dubbing project, including whether it's still in progress or not
认证
需要 Connected AccountTags
Get Dubbed TranscriptELEVENLABS_GET_DUBBED_TRANSCRIPT_FILEReturns transcript for the dub as an SRT or WEBVTT file.需要连接
Returns transcript for the dub as an SRT or WEBVTT file.
认证
需要 Connected AccountTags
Get The Dubbing Resource For An Id.ELEVENLABS_GET_DUBBING_RESOURCEGiven a dubbing ID generated from the '/v1/dubbing' endpoint with studio enabled, returns the dubbing resource.需要连接
Given a dubbing ID generated from the '/v1/dubbing' endpoint with studio enabled, returns the dubbing resource.
认证
需要 Connected AccountTags
Retrieve A TranscriptELEVENLABS_GET_DUBBING_TRANSCRIPTSFetch the transcript for one of the languages in a dub.需要连接
Fetch the transcript for one of the languages in a dub.
认证
需要 Connected AccountTags
Get Environment VariableELEVENLABS_GET_ENVIRONMENT_VARIABLEGet a specific environment variable by ID需要连接
Get a specific environment variable by ID
认证
需要 Connected AccountTags
Get Music FinetuneELEVENLABS_GET_FINETUNEGet a music finetune.需要连接
Get a music finetune.
认证
需要 Connected AccountTags
Get Music FinetunesELEVENLABS_GET_FINETUNESList music finetunes accessible to you (your own, workspace-shared, and ElevenLabs-curated), with optional filtering, sorting, and cursor pagination.需要连接
List music finetunes accessible to you (your own, workspace-shared, and ElevenLabs-curated), with optional filtering, sorting, and cursor pagination.
认证
需要 Connected AccountTags
Get All GroupsELEVENLABS_GET_GROUPS_ENDPOINTGet all groups in the workspace需要连接
Get all groups in the workspace
认证
需要 Connected AccountTags
Get Dependent Agents For Multiple DocumentsELEVENLABS_GET_KNOWLEDGE_BASE_BULK_DEPENDENT_AGENTS_ROUTEGet a list of agents depending on any of the given knowledge base documents.需要连接
Get a list of agents depending on any of the given knowledge base documents.
认证
需要 Connected AccountTags
Get Document ContentELEVENLABS_GET_KNOWLEDGE_BASE_CONTENTGet the entire content of a document from the knowledge base需要连接
Get the entire content of a document from the knowledge base
认证
需要 Connected AccountTags
Get Dependent Agents ListELEVENLABS_GET_KNOWLEDGE_BASE_DEPENDENT_AGENTSGet a list of agents depending on this knowledge base document需要连接
Get a list of agents depending on this knowledge base document
认证
需要 Connected AccountTags
Get Knowledge Base ListELEVENLABS_GET_KNOWLEDGE_BASE_LIST_ROUTEGet a list of available knowledge base documents需要连接
Get a list of available knowledge base documents
认证
需要 Connected AccountTags
Get Document Source File UrlELEVENLABS_GET_KNOWLEDGE_BASE_SOURCE_FILE_URLGet a signed URL to download the original source file of a file-type document from the knowledge base需要连接
Get a signed URL to download the original source file of a file-type document from the knowledge base
认证
需要 Connected AccountTags
Get VoicesELEVENLABS_GET_LIBRARY_VOICESRetrieves a list of shared voices.需要连接
Retrieves a list of shared voices.
认证
需要 Connected AccountTags
Get Live CountELEVENLABS_GET_LIVE_COUNTGet the live count of the ongoing conversations.需要连接
Get the live count of the ongoing conversations.
认证
需要 Connected AccountTags
Get Webrtc TokenELEVENLABS_GET_LIVEKIT_TOKENGet a WebRTC session token for real-time communication.需要连接
Get a WebRTC session token for real-time communication.
认证
需要 Connected AccountTags
Get Mcp ServerELEVENLABS_GET_MCP_ROUTERetrieve a specific MCP server configuration from the workspace.需要连接
Retrieve a specific MCP server configuration from the workspace.
认证
需要 Connected AccountTags
Get Mcp Tool Configuration OverrideELEVENLABS_GET_MCP_TOOL_CONFIG_OVERRIDE_ROUTERetrieve configuration overrides for a specific MCP tool.需要连接
Retrieve configuration overrides for a specific MCP tool.
认证
需要 Connected AccountTags
Get ModelsELEVENLABS_GET_MODELSGets a list of available models.需要连接
Gets a list of available models.
认证
需要 Connected AccountTags
Compute Rag Indexes In BatchELEVENLABS_GET_OR_CREATE_RAG_INDEXESRetrieves and/or creates RAG indexes for multiple knowledge base documents in a single request. Maximum 100 items per request.需要连接
Retrieves and/or creates RAG indexes for multiple knowledge base documents in a single request. Maximum 100 items per request.
认证
需要 Connected AccountTags
Get Phone NumberELEVENLABS_GET_PHONE_NUMBER_ROUTERetrieve Phone Number details by ID需要连接
Retrieve Phone Number details by ID
认证
需要 Connected AccountTags
Get Procedure DraftELEVENLABS_GET_PROCEDURE_DRAFT_ROUTEGet user's draft for a procedure需要连接
Get user's draft for a procedure
认证
需要 Connected AccountTags
Get ProcedureELEVENLABS_GET_PROCEDURE_ROUTERetrieve a procedure at a specific version or the current branch HEAD.需要连接
Retrieve a procedure at a specific version or the current branch HEAD.
认证
需要 Connected AccountTags
Get Studio ProjectELEVENLABS_GET_PROJECT_BY_IDReturns information about a specific Studio project. This endpoint returns more detailed information about a project than `GET /v1/studio`.需要连接
Returns information about a specific Studio project. This endpoint returns more detailed information about a project than `GET /v1/studio`.
认证
需要 Connected AccountTags
Get Project Muted TracksELEVENLABS_GET_PROJECT_MUTED_TRACKS_ENDPOINTReturns a list of chapter IDs that have muted tracks in a project.需要连接
Returns a list of chapter IDs that have muted tracks in a project.
认证
需要 Connected AccountTags
Get Project SnapshotELEVENLABS_GET_PROJECT_SNAPSHOT_ENDPOINTReturns the project snapshot.需要连接
Returns the project snapshot.
认证
需要 Connected AccountTags
List Studio Project SnapshotsELEVENLABS_GET_PROJECT_SNAPSHOTSRetrieves a list of snapshots for a Studio project.需要连接
Retrieves a list of snapshots for a Studio project.
认证
需要 Connected AccountTags
List Studio ProjectsELEVENLABS_GET_PROJECTSReturns a list of your Studio projects with metadata.需要连接
Returns a list of your Studio projects with metadata.
认证
需要 Connected AccountTags
Get Pronunciation DictionariesELEVENLABS_GET_PRONUNCIATION_DICTIONARIES_METADATAGet a list of the pronunciation dictionaries you have access to and their metadata需要连接
Get a list of the pronunciation dictionaries you have access to and their metadata
认证
需要 Connected AccountTags
Get Metadata For A Pronunciation DictionaryELEVENLABS_GET_PRONUNCIATION_DICTIONARY_METADATAGet metadata for a pronunciation dictionary需要连接
Get metadata for a pronunciation dictionary
认证
需要 Connected AccountTags
Get A Pls File With A Pronunciation Dictionary Version RulesELEVENLABS_GET_PRONUNCIATION_DICTIONARY_VERSION_PLSGet a PLS file with a pronunciation dictionary version rules需要连接
Get a PLS file with a pronunciation dictionary version rules
认证
需要 Connected AccountTags
Calculate Expected Llm UsageELEVENLABS_GET_PUBLIC_LLM_EXPECTED_COST_CALCULATIONReturns a list of LLM models and the expected cost for using them based on the provided values.需要连接
Returns a list of LLM models and the expected cost for using them based on the provided values.
认证
需要 Connected AccountTags
Retrieve Voice Sample AudioELEVENLABS_GET_PVC_SAMPLE_AUDIORetrieve the first 30 seconds of voice sample audio with or without noise removal.需要连接
Retrieve the first 30 seconds of voice sample audio with or without noise removal.
认证
需要 Connected AccountTags
Retrieve Speaker Separation StatusELEVENLABS_GET_PVC_SAMPLE_SPEAKERSRetrieve the status of the speaker separation process and the list of detected speakers if complete.需要连接
Retrieve the status of the speaker separation process and the list of detected speakers if complete.
认证
需要 Connected AccountTags
Retrieve Voice Sample Visual WaveformELEVENLABS_GET_PVC_SAMPLE_VISUAL_WAVEFORMRetrieve the visual waveform of a voice sample.需要连接
Retrieve the visual waveform of a voice sample.
认证
需要 Connected AccountTags
Get Pvc Voice CaptchaELEVENLABS_GET_PVC_VOICE_CAPTCHAGet captcha for PVC voice verification.需要连接
Get captcha for PVC voice verification.
认证
需要 Connected AccountTags
Get Rag Index Overview.ELEVENLABS_GET_RAG_INDEX_OVERVIEWProvides total size and other information of RAG indexes used by knowledgebase documents需要连接
Provides total size and other information of RAG indexes used by knowledgebase documents
认证
需要 Connected AccountTags
Get Rag Indexes Of The Specified Knowledgebase Document.ELEVENLABS_GET_RAG_INDEXESProvides information about all RAG indexes of the specified knowledgebase document.需要连接
Provides information about all RAG indexes of the specified knowledgebase document.
认证
需要 Connected AccountTags
Get ResourceELEVENLABS_GET_RESOURCE_METADATAGets the metadata of a resource by ID.需要连接
Gets the metadata of a resource by ID.
认证
需要 Connected AccountTags
Get Secret Dependencies By TypeELEVENLABS_GET_SECRET_DEPENDENCIES_ROUTEGet paginated list of resources that depend on a specific secret, filtered by resource type.需要连接
Get paginated list of resources that depend on a specific secret, filtered by resource type.
认证
需要 Connected AccountTags
Get Convai Workspace SecretELEVENLABS_GET_SECRET_ROUTEGet a workspace secret by ID需要连接
Get a workspace secret by ID
认证
需要 Connected AccountTags
Get Convai Workspace SecretsELEVENLABS_GET_SECRETS_ROUTEGet all workspace secrets for the user需要连接
Get all workspace secrets for the user
认证
需要 Connected AccountTags
Get Service Account Api Keys RouteELEVENLABS_GET_SERVICE_ACCOUNT_API_KEYS_ROUTEGet all API keys for a service account需要连接
Get all API keys for a service account
认证
需要 Connected AccountTags
Get Convai SettingsELEVENLABS_GET_SETTINGS_ROUTERetrieve Convai settings for the workspace需要连接
Retrieve Convai settings for the workspace
认证
需要 Connected AccountTags
Get Signed UrlELEVENLABS_GET_SIGNED_URL_DEPRECATEDGet a signed url to start a conversation with an agent with an agent that requires authorization需要连接
Get a signed url to start a conversation with an agent with an agent that requires authorization
认证
需要 Connected AccountTags
Search The Elevenlabs Library For Voices Similar To A Speaker.ELEVENLABS_GET_SIMILAR_VOICES_FOR_SPEAKERFetch the top 10 similar voices to a speaker, including the voice IDs, names, descriptions, and, where possible, a sample audio recording.需要连接
Fetch the top 10 similar voices to a speaker, including the voice IDs, names, descriptions, and, where possible, a sample audio recording.
认证
需要 Connected AccountTags
Create Single Use TokenELEVENLABS_GET_SINGLE_USE_TOKENGenerate a time limited single-use token with embedded authentication for frontend clients.需要连接
Generate a time limited single-use token with embedded authentication for frontend clients.
认证
需要 Connected AccountTags
Retrieve Separated Speaker AudioELEVENLABS_GET_SPEAKER_AUDIORetrieve the separated audio for a specific speaker.需要连接
Retrieve the separated audio for a specific speaker.
认证
需要 Connected AccountTags
Get Speech EngineELEVENLABS_GET_SPEECH_ENGINERetrieve a Speech Engine resource需要连接
Retrieve a Speech Engine resource
认证
需要 Connected AccountTags
List Generated ItemsELEVENLABS_GET_SPEECH_HISTORYReturns a list of your generated audio (e.g. text to speech, speech to speech, Studio, dubbing). Music and SFX generations are not included and cannot currently be retrieved via the API.需要连接
Returns a list of your generated audio (e.g. text to speech, speech to speech, Studio, dubbing). Music and SFX generations are not included and cannot currently be retrieved via the API.
认证
需要 Connected AccountTags
Get History ItemELEVENLABS_GET_SPEECH_HISTORY_ITEM_BY_IDRetrieves a history item.需要连接
Retrieves a history item.
认证
需要 Connected AccountTags
Get Test InvocationELEVENLABS_GET_TEST_INVOCATION_ROUTEGets a test invocation by ID.需要连接
Gets a test invocation by ID.
认证
需要 Connected AccountTags
Get Dependent Agents ListELEVENLABS_GET_TOOL_DEPENDENT_AGENTS_ROUTEGet a list of agents depending on this tool需要连接
Get a list of agents depending on this tool
认证
需要 Connected AccountTags
Get Tool ExecutionsELEVENLABS_GET_TOOL_EXECUTIONS_ROUTEGet paginated list of tool executions for a specific tool.需要连接
Get paginated list of tool executions for a specific tool.
认证
需要 Connected AccountTags
Get ToolELEVENLABS_GET_TOOL_ROUTEGet tool that is available in the workspace.需要连接
Get tool that is available in the workspace.
认证
需要 Connected AccountTags
Get ToolsELEVENLABS_GET_TOOLS_ROUTEGet all available tools in the workspace.需要连接
Get all available tools in the workspace.
认证
需要 Connected AccountTags
Get Transcript By IdELEVENLABS_GET_TRANSCRIPT_BY_IDRetrieve a previously generated transcript by its ID.需要连接
Retrieve a previously generated transcript by its ID.
认证
需要 Connected AccountTags
Get User InfoELEVENLABS_GET_USER_INFOGets information about the user需要连接
Gets information about the user
认证
需要 Connected AccountTags
Get User Subscription InfoELEVENLABS_GET_USER_SUBSCRIPTION_INFOGets extended information about the users subscription需要连接
Gets extended information about the users subscription
认证
需要 Connected AccountTags
Get Voices V2ELEVENLABS_GET_USER_VOICES_V2Gets a list of all available voices for a user with search, filtering and pagination.需要连接
Gets a list of all available voices for a user with search, filtering and pagination.
认证
需要 Connected AccountTags
Get Agent Version MetadataELEVENLABS_GET_VERSION_METADATA_ROUTEGet metadata for a specific agent version需要连接
Get metadata for a specific agent version
认证
需要 Connected AccountTags
Get Voice AccentsELEVENLABS_GET_VOICE_ACCENTSGets the list of available accents in the shared voice library.需要连接
Gets the list of available accents in the shared voice library.
认证
需要 Connected AccountTags
Get VoiceELEVENLABS_GET_VOICE_BY_IDReturns metadata about a specific voice.需要连接
Returns metadata about a specific voice.
认证
需要 Connected AccountTags
Get Voice SettingsELEVENLABS_GET_VOICE_SETTINGSReturns the settings for a specific voice. "similarity_boost" corresponds to"Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.需要连接
Returns the settings for a specific voice. "similarity_boost" corresponds to"Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.
认证
需要 Connected AccountTags
Get Default Voice Settings.ELEVENLABS_GET_VOICE_SETTINGS_DEFAULTGets the default settings for voices. "similarity_boost" corresponds to"Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.需要连接
Gets the default settings for voices. "similarity_boost" corresponds to"Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.
认证
需要 Connected AccountTags
List VoicesELEVENLABS_GET_VOICESReturns a list of all available voices for a user. Stops working once the user's workspace exceeds 500 voices.需要连接
Returns a list of all available voices for a user. Stops working once the user's workspace exceeds 500 voices.
认证
需要 Connected AccountTags
Get Whatsapp AccountELEVENLABS_GET_WHATSAPP_ACCOUNTGet a WhatsApp account需要连接
Get a WhatsApp account
认证
需要 Connected AccountTags
Get Workspace Audit LogsELEVENLABS_GET_WORKSPACE_AUDIT_LOGSReturns the audit log for the workspace. Requires enterprise tier and the audit_log_read permission.需要连接
Returns the audit log for the workspace. Requires enterprise tier and the audit_log_read permission.
认证
需要 Connected AccountTags
Get All Batch Calls For A Workspace.ELEVENLABS_GET_WORKSPACE_BATCH_CALLSGet all batch calls for the current workspace.需要连接
Get all batch calls for the current workspace.
认证
需要 Connected AccountTags
Get Workspace MembersELEVENLABS_GET_WORKSPACE_MEMBERSGets a list of all members of the workspace, including locked members. Service accounts are excluded. Requires the workspace_members_read permission.需要连接
Gets a list of all members of the workspace, including locked members. Service accounts are excluded. Requires the workspace_members_read permission.
认证
需要 Connected AccountTags
Get Workspace Service AccountsELEVENLABS_GET_WORKSPACE_SERVICE_ACCOUNTSList all service accounts in the workspace需要连接
List all service accounts in the workspace
认证
需要 Connected AccountTags
List Workspace WebhooksELEVENLABS_GET_WORKSPACE_WEBHOOKS_ROUTEList all webhooks for a workspace需要连接
List all webhooks for a workspace
认证
需要 Connected AccountTags
Handle An Outbound Call Via ExotelELEVENLABS_HANDLE_EXOTEL_OUTBOUND_CALLHandle an outbound call via Exotel Connect API需要连接
Handle an outbound call via Exotel Connect API
认证
需要 Connected AccountTags
Handle An Outbound Call Via Sip TrunkELEVENLABS_HANDLE_SIP_TRUNK_OUTBOUND_CALLHandle an outbound call via SIP trunk需要连接
Handle an outbound call via SIP trunk
认证
需要 Connected AccountTags
Handle An Outbound Call Via TwilioELEVENLABS_HANDLE_TWILIO_OUTBOUND_CALLHandle an outbound call via Twilio需要连接
Handle an outbound call via Twilio
认证
需要 Connected AccountTags
Invite UserELEVENLABS_INVITE_USERSends an email invitation to join your workspace to the provided email. If the user doesn't have an account they will be prompted to create one. If the user accepts this invite they will be added as a user to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission. If the user is already in the workspace a 400 error will be returned.需要连接
Sends an email invitation to join your workspace to the provided email. If the user doesn't have an account they will be prompted to create one. If the user accepts this invite they will be added as a user to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission. If the user is already in the workspace a 400 error will be returned.
认证
需要 Connected AccountTags
Invite Multiple UsersELEVENLABS_INVITE_USERS_BULKSends email invitations to join your workspace to the provided emails. Requires all email addresses to be part of a verified domain. If the users don't have an account they will be prompted to create one. If the users accept these invites they will be added as users to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission.需要连接
Sends email invitations to join your workspace to the provided emails. Requires all email addresses to be part of a verified domain. If the users don't have an account they will be prompted to create one. If the users accept these invites they will be added as users to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission.
认证
需要 Connected AccountTags
Get Workspace Auth ConnectionsELEVENLABS_LIST_AUTH_CONNECTIONSGet all auth connections for the workspace需要连接
Get all auth connections for the workspace
认证
需要 Connected AccountTags
List Available LlmsELEVENLABS_LIST_AVAILABLE_LLMSReturns a list of available LLM models that can be used with agents, including their capabilities and any deprecation status. The response is filtered based on the data residency of the deployment and any compliance requirements (e.g. HIPAA) of the workspace subscription.需要连接
Returns a list of available LLM models that can be used with agents, including their capabilities and any deprecation status. The response is filtered based on the data residency of the deployment and any compliance requirements (e.g. HIPAA) of the workspace subscription.
认证
需要 Connected AccountTags
List Agent Response TestsELEVENLABS_LIST_CHAT_RESPONSE_TESTS_ROUTELists all agent response tests with pagination support and optional search filtering.需要连接
Lists all agent response tests with pagination support and optional search filtering.
认证
需要 Connected AccountTags
List Conversation TagsELEVENLABS_LIST_CONVERSATION_TAGS_ROUTEList conversation tags for the workspace, ordered by most recently created first.需要连接
List conversation tags for the workspace, ordered by most recently created first.
认证
需要 Connected AccountTags
List Ongoing And Recent Crawl Jobs Created By A UserELEVENLABS_LIST_CRAWL_JOBS_ROUTEGet a list of ongoing and recent crawl jobs for the user.需要连接
Get a list of ongoing and recent crawl jobs for the user.
认证
需要 Connected AccountTags
List DubsELEVENLABS_LIST_DUBSList the dubs you have access to.需要连接
List the dubs you have access to.
认证
需要 Connected AccountTags
List Environment VariablesELEVENLABS_LIST_ENVIRONMENT_VARIABLESList all environment variables for the workspace with optional filtering需要连接
List all environment variables for the workspace with optional filtering
认证
需要 Connected AccountTags
List Mcp Server ToolsELEVENLABS_LIST_MCP_SERVER_TOOLS_ROUTERetrieve all tools available for a specific MCP server configuration.需要连接
Retrieve all tools available for a specific MCP server configuration.
认证
需要 Connected AccountTags
List Mcp ServersELEVENLABS_LIST_MCP_SERVERS_ROUTERetrieve all MCP server configurations available in the workspace.需要连接
Retrieve all MCP server configurations available in the workspace.
认证
需要 Connected AccountTags
List Phone NumbersELEVENLABS_LIST_PHONE_NUMBERS_ROUTERetrieve all Phone Numbers需要连接
Retrieve all Phone Numbers
认证
需要 Connected AccountTags
List ProceduresELEVENLABS_LIST_PROCEDURES_ROUTEList the agent's procedures on a branch with their procedure_id, version_id, name, type, trigger, and has_draft. has_draft is true when a procedure has unpublished draft changes on this branch; its name/type/trigger then reflect that draft. Does not return procedure content -- use Get Procedure to read a procedure's body.需要连接
List the agent's procedures on a branch with their procedure_id, version_id, name, type, trigger, and has_draft. has_draft is true when a procedure has unpublished draft changes on this branch; its name/type/trigger then reflect that draft. Does not return procedure content -- use Get Procedure to read a procedure's body.
认证
需要 Connected AccountTags
Get Sip Messages For A Phone NumberELEVENLABS_LIST_SIP_MESSAGESGet SIP messages for a phone number需要连接
Get SIP messages for a phone number
认证
需要 Connected AccountTags
List Speech EnginesELEVENLABS_LIST_SPEECH_ENGINESReturns a paginated list of Speech Engine resources.需要连接
Returns a paginated list of Speech Engine resources.
认证
需要 Connected AccountTags
List Test InvocationsELEVENLABS_LIST_TEST_INVOCATIONS_ROUTELists all test invocations with pagination support and optional search filtering.需要连接
Lists all test invocations with pagination support and optional search filtering.
认证
需要 Connected AccountTags
List Whatsapp AccountsELEVENLABS_LIST_WHATSAPP_ACCOUNTSList all WhatsApp accounts需要连接
List all WhatsApp accounts
认证
需要 Connected AccountTags
Merge A Branch Into A Target BranchELEVENLABS_MERGE_BRANCH_INTO_TARGETMerge a branch into a target branch需要连接
Merge a branch into a target branch
认证
需要 Connected AccountTags
Preview Merged ConfigurationELEVENLABS_MERGE_PREVIEW_ROUTEReturns the result of merging the source branch into the target branch without performing the merge. Useful for showing an accurate diff before confirming.需要连接
Returns the result of merging the source branch into the target branch without performing the merge. Useful for showing an accurate diff before confirming.
认证
需要 Connected AccountTags
Move Segments Between SpeakersELEVENLABS_MIGRATE_SEGMENTSChange the attribution of one or more segments to a different speaker.需要连接
Change the attribution of one or more segments to a different speaker.
认证
需要 Connected AccountTags
Patches An Agent SettingsELEVENLABS_PATCH_AGENT_SETTINGS_ROUTEPatches an Agent settings需要连接
Patches an Agent settings
认证
需要 Connected AccountTags
Update Pronunciation DictionaryELEVENLABS_PATCH_PRONUNCIATION_DICTIONARYPartially update the pronunciation dictionary without changing the version需要连接
Partially update the pronunciation dictionary without changing the version
认证
需要 Connected AccountTags
Send Conversation FeedbackELEVENLABS_POST_CONVERSATION_FEEDBACK_ROUTESend the feedback for the given conversation需要连接
Send the feedback for the given conversation
认证
需要 Connected AccountTags
Bulk Delete Knowledge Base DocumentsELEVENLABS_POST_KNOWLEDGE_BASE_BULK_DELETE_ROUTEDelete multiple documents or folders from the knowledge base. Each id succeeds or fails independently.需要连接
Delete multiple documents or folders from the knowledge base. Each id succeeds or fails independently.
认证
需要 Connected AccountTags
Bulk Move Entities To FolderELEVENLABS_POST_KNOWLEDGE_BASE_BULK_MOVE_ROUTEMoves multiple entities from one folder to another.需要连接
Moves multiple entities from one folder to another.
认证
需要 Connected AccountTags
Move Entity To FolderELEVENLABS_POST_KNOWLEDGE_BASE_MOVE_ROUTEMoves the entity from one folder to another.需要连接
Moves the entity from one folder to another.
认证
需要 Connected AccountTags
Create OrderELEVENLABS_PUBLIC_CREATE_ORDERCreates a new Productions order in the workspace. The order starts in the open state and can be configured with items before submission.需要连接
Creates a new Productions order in the workspace. The order starts in the open state and can be configured with items before submission.
认证
需要 Connected AccountTags
Get Available LanguagesELEVENLABS_PUBLIC_GET_AVAILABLE_LANGUAGESReturns the available languages for a given order item kind.需要连接
Returns the available languages for a given order item kind.
认证
需要 Connected AccountTags
Get Media InfoELEVENLABS_PUBLIC_GET_MEDIA_INFORetrieves metadata and a time-limited download URL for a previously uploaded media file.需要连接
Retrieves metadata and a time-limited download URL for a previously uploaded media file.
认证
需要 Connected AccountTags
Get OrderELEVENLABS_PUBLIC_GET_ORDERRetrieves full details for a Productions order. Quote and pricing information may not be available immediately; if you wish to see the quote before submission, you may need to poll the order details until it is ready.需要连接
Retrieves full details for a Productions order. Quote and pricing information may not be available immediately; if you wish to see the quote before submission, you may need to poll the order details until it is ready.
认证
需要 Connected AccountTags
Get Order DeliverablesELEVENLABS_PUBLIC_GET_ORDER_DELIVERABLESRetrieves the delivered files for a completed order. Returns an empty list if the order is not yet completed.需要连接
Retrieves the delivered files for a completed order. Returns an empty list if the order is not yet completed.
认证
需要 Connected AccountTags
List OrdersELEVENLABS_PUBLIC_LIST_ORDERSLists Productions orders in the workspace. Supports filtering by status and date range, with pagination.需要连接
Lists Productions orders in the workspace. Supports filtering by status and date range, with pagination.
认证
需要 Connected AccountTags
Remove Order ItemELEVENLABS_PUBLIC_REMOVE_ORDER_ITEMRemoves an order item from an open order.需要连接
Removes an order item from an open order.
认证
需要 Connected AccountTags
Submit OrderELEVENLABS_PUBLIC_SUBMIT_ORDERSubmits an open order for processing. The order must have at least one item. Once submitted, items can no longer be modified. Upon submission, the workspace will be charged for the order. The quote is based on information extracted from the uploaded media, such as its duration. The quote may not be available immediately; if you wish to see the quote before submission, you may need to poll the order details until the quote is ready.需要连接
Submits an open order for processing. The order must have at least one item. Once submitted, items can no longer be modified. Upon submission, the workspace will be charged for the order. The quote is based on information extracted from the uploaded media, such as its duration. The quote may not be available immediately; if you wish to see the quote before submission, you may need to poll the order details until the quote is ready.
认证
需要 Connected AccountTags
Update OrderELEVENLABS_PUBLIC_UPDATE_ORDERUpdates an open order.需要连接
Updates an open order.
认证
需要 Connected AccountTags
Upsert Order ItemELEVENLABS_PUBLIC_UPSERT_ORDER_ITEMAdds or updates an order item on an open order. Returns the item ID and the quoted price.需要连接
Adds or updates an order item on an open order. Returns the item ID and the quoted price.
认证
需要 Connected AccountTags
Query Agent Knowledge Base RagELEVENLABS_QUERY_AGENT_KNOWLEDGE_BASE_RAG_ROUTERun the agent's exact RAG retrieval for an ad-hoc query and return the ranked chunks the agent would retrieve. Read-only: no conversation is created. The response reflects current retrieval internals and may evolve.需要连接
Run the agent's exact RAG retrieval for an ad-hoc query and return the ranked chunks the agent would retrieve. Read-only: no conversation is created. The response reflects current retrieval internals and may evolve.
认证
需要 Connected AccountTags
Compute Rag Index.ELEVENLABS_RAG_INDEX_STATUSIn case the document is not RAG indexed, it triggers rag indexing task, otherwise it just returns the current status.需要连接
In case the document is not RAG indexed, it triggers rag indexing task, otherwise it just returns the current status.
认证
需要 Connected AccountTags
Rebase A Branch Onto MainELEVENLABS_REBASE_BRANCH_ONTO_MAINRebase a branch onto the latest main branch, incorporating main's changes while preserving the branch's own changes.需要连接
Rebase a branch onto the latest main branch, incorporating main's changes while preserving the branch's own changes.
认证
需要 Connected AccountTags
Preview Rebased ConfigurationELEVENLABS_REBASE_PREVIEW_ROUTEReturns the result of rebasing the branch onto main without performing the rebase. Useful for showing an accurate diff before confirming.需要连接
Returns the result of rebasing the branch onto main without performing the rebase. Useful for showing an accurate diff before confirming.
认证
需要 Connected AccountTags
Redirect To MintlifyELEVENLABS_REDIRECT_TO_MINTLIFYRedirect To Mintlify需要连接
Redirect To Mintlify
认证
需要 Connected AccountTags
Refresh Url Document ContentELEVENLABS_REFRESH_URL_DOCUMENT_ROUTEManually refresh a URL document by re-fetching its content from the source URL.需要连接
Manually refresh a URL document by re-fetching its content from the source URL.
认证
需要 Connected AccountTags
Register A Twilio Call And Return TwimlELEVENLABS_REGISTER_TWILIO_CALLRegister a Twilio call and return TwiML to connect the call需要连接
Register a Twilio call and return TwiML to connect the call
认证
需要 Connected AccountTags
Delete Mcp Server Tool ApprovalELEVENLABS_REMOVE_MCP_SERVER_TOOL_APPROVAL_ROUTERemove approval for a specific MCP tool when using per-tool approval mode.需要连接
Remove approval for a specific MCP tool when using per-tool approval mode.
认证
需要 Connected AccountTags
Delete Mcp Tool Configuration OverrideELEVENLABS_REMOVE_MCP_TOOL_CONFIG_OVERRIDE_ROUTERemove configuration overrides for a specific MCP tool.需要连接
Remove configuration overrides for a specific MCP tool.
认证
需要 Connected AccountTags
Delete Member From User GroupELEVENLABS_REMOVE_MEMBERRemoves a member from the specified group. Requires `group_members_manage` permission.需要连接
Removes a member from the specified group. Requires `group_members_manage` permission.
认证
需要 Connected AccountTags
Remove ProcedureELEVENLABS_REMOVE_PROCEDURE_ROUTERemove a procedure from the agent's draft working set.需要连接
Remove a procedure from the agent's draft working set.
认证
需要 Connected AccountTags
Remove Rules From The Pronunciation DictionaryELEVENLABS_REMOVE_RULESRemove rules from the pronunciation dictionary需要连接
Remove rules from the pronunciation dictionary
认证
需要 Connected AccountTags
Render Audio Or Video For The Given LanguageELEVENLABS_RENDERRegenerate the output media for a language using the latest Studio state. Please ensure all segments have been dubbed before rendering, otherwise they will be omitted. Renders are generated asynchronously, and to check the status of all renders please use the 'Get Dubbing Resource' endpoint.需要连接
Regenerate the output media for a language using the latest Studio state. Please ensure all segments have been dubbed before rendering, otherwise they will be omitted. Renders are generated asynchronously, and to check the status of all renders please use the 'Get Dubbing Resource' endpoint.
认证
需要 Connected AccountTags
List Api RequestsELEVENLABS_REQUESTS_LISTReturns a list of API requests. Supports filtering by time range, column filters, and search terms. At least one of start_time or end_time must be provided. An optional sort parameter controls timestamp ordering. Results are ordered by timestamp. Descending if end_time is used, ascending if start_time is used. The response is a tabular structure with columns, column_types, column_units, and rows.需要连接
Returns a list of API requests. Supports filtering by time range, column filters, and search terms. At least one of start_time or end_time must be provided. An optional sort parameter controls timestamp ordering. Results are ordered by timestamp. Descending if end_time is used, ascending if start_time is used. The response is a tabular structure with columns, column_types, column_units, and rows.
认证
需要 Connected AccountTags
Resolve Conversation ReferenceELEVENLABS_RESOLVE_CONVERSATION_REFERENCE_ROUTEResolve a conversation URL (a Slack message URL or a Zendesk ticket URL) to the deterministic conversation ID for the given agent, then confirm the conversation exists.需要连接
Resolve a conversation URL (a Slack message URL or a Zendesk ticket URL) to the deterministic conversation ID for the given agent, then confirm the conversation exists.
认证
需要 Connected AccountTags
Resubmit TestsELEVENLABS_RESUBMIT_TESTS_ROUTEResubmits specific test runs from a test invocation.需要连接
Resubmits specific test runs from a test invocation.
认证
需要 Connected AccountTags
Retry A Batch Call.ELEVENLABS_RETRY_BATCH_CALLRetry a batch call, calling failed and no-response recipients again.需要连接
Retry a batch call, calling failed and no-response recipients again.
认证
需要 Connected AccountTags
Run Tests On The AgentELEVENLABS_RUN_AGENT_TEST_SUITE_ROUTERun selected tests on the agent with provided configuration. If the agent configuration is provided, it will be used to override default agent configuration.需要连接
Run selected tests on the agent with provided configuration. If the agent configuration is provided, it will be used to override default agent configuration.
认证
需要 Connected AccountTags
Run Conversation AnalysisELEVENLABS_RUN_CONVERSATION_ANALYSISRun the analysis for a conversation using the agent's current evaluation criteria and data collection settings.需要连接
Run the analysis for a conversation using the agent's current evaluation criteria and data collection settings.
认证
需要 Connected AccountTags
Run Conversation EvaluationELEVENLABS_RUN_CONVERSATION_EVALUATIONSRerun a specific evaluation for a conversation.需要连接
Rerun a specific evaluation for a conversation.
认证
需要 Connected AccountTags
Simulates A ConversationELEVENLABS_RUN_CONVERSATION_SIMULATION_ROUTEDeprecated. Use the `/v1/convai/agent-testing/create` and `/v1/convai/agents/:agent_id/run-tests` endpoints to create and run simulations. Run a conversation between the agent and a simulated user.需要连接
Deprecated. Use the `/v1/convai/agent-testing/create` and `/v1/convai/agents/:agent_id/run-tests` endpoints to create and run simulations. Run a conversation between the agent and a simulated user.
认证
需要 Connected AccountTags
Simulates A Conversation (Stream)ELEVENLABS_RUN_CONVERSATION_SIMULATION_ROUTE_STREAMDeprecated. Use the `/v1/convai/agent-testing/create` and `/v1/convai/agents/:agent_id/run-tests` endpoints to create and run simulations. Run a conversation between the agent and a simulated user and stream back the response. Response is streamed back as partial lists of messages that should be concatenated and once the conversation has complete a single final message with the conversation analysis will be sent.需要连接
Deprecated. Use the `/v1/convai/agent-testing/create` and `/v1/convai/agents/:agent_id/run-tests` endpoints to create and run simulations. Run a conversation between the agent and a simulated user and stream back the response. Response is streamed back as partial lists of messages that should be concatenated and once the conversation has complete a single final message with the conversation analysis will be sent.
认证
需要 Connected AccountTags
Run Pvc TrainingELEVENLABS_RUN_PVC_VOICE_TRAININGStart PVC training process for a voice.需要连接
Start PVC training process for a voice.
认证
需要 Connected AccountTags
Search User GroupsELEVENLABS_SEARCH_GROUPSSearches for user groups in the workspace. Multiple or no groups may be returned.需要连接
Searches for user groups in the workspace. Multiple or no groups may be returned.
认证
需要 Connected AccountTags
Search Knowledge Base ContentELEVENLABS_SEARCH_KNOWLEDGE_BASE_CONTENT_ROUTEFuzzy text search over knowledge base document content需要连接
Fuzzy text search over knowledge base document content
认证
需要 Connected AccountTags
Set Rules On The Pronunciation DictionaryELEVENLABS_SET_RULESReplaces all existing rules on the pronunciation dictionary with the provided ones.需要连接
Replaces all existing rules on the pronunciation dictionary with the provided ones.
认证
需要 Connected AccountTags
Set Workspace Third-Party Disabling PolicyELEVENLABS_SET_THIRD_PARTY_DISABLING_POLICYSet the workspace-wide Third-Party Disabling policy. When set, it forces, for every API key in the workspace, whether the holder of a key (potentially a third party who found it) may disable it via the self-disable endpoint or when it leaks publicly — overriding each key's own setting. Pass `true` to allow it for all keys, `false` to forbid it for all keys, or `null` to clear the override so per-key values and the plan default apply again. Workspace admins only.需要连接
Set the workspace-wide Third-Party Disabling policy. When set, it forces, for every API key in the workspace, whether the holder of a key (potentially a third party who found it) may disable it via the self-disable endpoint or when it leaks publicly — overriding each key's own setting. Pass `true` to allow it for all keys, `false` to forbid it for all keys, or `null` to clear the override so per-key values and the plan default apply again. Workspace admins only.
认证
需要 Connected AccountTags
Share Workspace ResourceELEVENLABS_SHARE_RESOURCE_ENDPOINTGrants a role (one of 'admin', 'editor', 'commenter', or 'viewer') on a workspace resource to a user, group, or workspace (service account) API key. This overrides any existing role the target has on the resource. To target a user or service account, pass only the user email; the user must be in your workspace. To target a group, pass only the group id. To target a workspace (service account) API key, pass the api key id; the resource will be shared with the service account associated with that key. You must have admin access to the resource to share it.需要连接
Grants a role (one of 'admin', 'editor', 'commenter', or 'viewer') on a workspace resource to a user, group, or workspace (service account) API key. This overrides any existing role the target has on the resource. To target a user or service account, pass only the user email; the user must be in your workspace. To target a group, pass only the group id. To target a workspace (service account) API key, pass the api key id; the resource will be shared with the service account associated with that key. You must have admin access to the resource to share it.
认证
需要 Connected AccountTags
Smart Search Conversation MessagesELEVENLABS_SMART_SEARCH_CONVERSATION_MESSAGES_ROUTESearch conversation transcripts by semantic similarity to surface relevant messages based on meaning and intent, rather than exact keyword matches需要连接
Search conversation transcripts by semantic similarity to surface relevant messages based on meaning and intent, rather than exact keyword matches
认证
需要 Connected AccountTags
Sound GenerationELEVENLABS_SOUND_GENERATIONTurn text into sound effects for your videos, voice-overs or video games using the most advanced sound effects models in the world.需要连接
Turn text into sound effects for your videos, voice-overs or video games using the most advanced sound effects models in the world.
认证
需要 Connected AccountTags
Start Speaker SeparationELEVENLABS_START_SPEAKER_SEPARATIONStart speaker separation process for a sample需要连接
Start speaker separation process for a sample
认证
需要 Connected AccountTags
Stream Chapter AudioELEVENLABS_STREAM_CHAPTER_SNAPSHOT_AUDIOStream the audio from a chapter snapshot. Use `GET /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots` to return the snapshots of a chapter.需要连接
Stream the audio from a chapter snapshot. Use `GET /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots` to return the snapshots of a chapter.
认证
需要 Connected AccountTags
Stream Composed MusicELEVENLABS_STREAM_COMPOSEStream a composed song from a prompt or a composition plan.需要连接
Stream a composed song from a prompt or a composition plan.
认证
需要 Connected AccountTags
Stream Archive With Studio Project AudioELEVENLABS_STREAM_PROJECT_SNAPSHOT_ARCHIVE_ENDPOINTReturns a compressed archive of the Studio project's audio.需要连接
Returns a compressed archive of the Studio project's audio.
认证
需要 Connected AccountTags
Stream Studio Project AudioELEVENLABS_STREAM_PROJECT_SNAPSHOT_AUDIO_ENDPOINTStream the audio from a Studio project snapshot.需要连接
Stream the audio from a Studio project snapshot.
认证
需要 Connected AccountTags
Text Search Conversation MessagesELEVENLABS_TEXT_SEARCH_CONVERSATION_MESSAGES_ROUTESearch through conversation transcript messages by full-text and fuzzy search需要连接
Search through conversation transcript messages by full-text and fuzzy search
认证
需要 Connected AccountTags
Text To Dialogue (Multi-Voice)ELEVENLABS_TEXT_TO_DIALOGUEConverts a list of text and voice ID pairs into speech (dialogue) and returns audio.需要连接
Converts a list of text and voice ID pairs into speech (dialogue) and returns audio.
认证
需要 Connected AccountTags
Text To Dialogue With TimestampsELEVENLABS_TEXT_TO_DIALOGUE_FULL_WITH_TIMESTAMPSGenerate dialogue from text with precise character-level timing information for audio-text synchronization.需要连接
Generate dialogue from text with precise character-level timing information for audio-text synchronization.
认证
需要 Connected AccountTags
Text To Dialogue (Multi-Voice) StreamingELEVENLABS_TEXT_TO_DIALOGUE_STREAMConverts a list of text and voice ID pairs into speech (dialogue) and returns an audio stream.需要连接
Converts a list of text and voice ID pairs into speech (dialogue) and returns an audio stream.
认证
需要 Connected AccountTags
Text To Dialogue Streaming With TimestampsELEVENLABS_TEXT_TO_DIALOGUE_STREAM_WITH_TIMESTAMPSConverts a list of text and voice ID pairs into speech (dialogue) and returns a stream of JSON blobs containing audio as a base64 encoded string and timestamps需要连接
Converts a list of text and voice ID pairs into speech (dialogue) and returns a stream of JSON blobs containing audio as a base64 encoded string and timestamps
认证
需要 Connected AccountTags
Text To SpeechELEVENLABS_TEXT_TO_SPEECH_FULLConverts text into speech using a voice of your choice and returns audio.需要连接
Converts text into speech using a voice of your choice and returns audio.
认证
需要 Connected AccountTags
Text To Speech With TimestampsELEVENLABS_TEXT_TO_SPEECH_FULL_WITH_TIMESTAMPSGenerate speech from text with precise character-level timing information for audio-text synchronization.需要连接
Generate speech from text with precise character-level timing information for audio-text synchronization.
认证
需要 Connected AccountTags
Text To Speech StreamingELEVENLABS_TEXT_TO_SPEECH_STREAMConverts text into speech using a voice of your choice and returns audio as an audio stream.需要连接
Converts text into speech using a voice of your choice and returns audio as an audio stream.
认证
需要 Connected AccountTags
Text To Speech Streaming With TimestampsELEVENLABS_TEXT_TO_SPEECH_STREAM_WITH_TIMESTAMPSConverts text into speech using a voice of your choice and returns a stream of JSONs containing audio as a base64 encoded string together with information on when which character was spoken.需要连接
Converts text into speech using a voice of your choice and returns a stream of JSONs containing audio as a base64 encoded string together with information on when which character was spoken.
认证
需要 Connected AccountTags
[Deprecated] Generate A Voice Preview From DescriptionELEVENLABS_TEXT_TO_VOICE**Deprecated.** Use `POST /v1/text-to-voice/design` instead. Generate a custom voice based on voice description. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create the voice use `POST /v1/text-to-voice` with the chosen `generated_voice_id`.需要连接
**Deprecated.** Use `POST /v1/text-to-voice/design` instead. Generate a custom voice based on voice description. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create the voice use `POST /v1/text-to-voice` with the chosen `generated_voice_id`.
认证
需要 Connected AccountTags
Design A Voice.ELEVENLABS_TEXT_TO_VOICE_DESIGNDesign a voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use the generated_voice_id of the preferred preview with the /v1/text-to-voice endpoint.需要连接
Design a voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use the generated_voice_id of the preferred preview with the /v1/text-to-voice endpoint.
认证
需要 Connected AccountTags
Text To Voice Preview StreamingELEVENLABS_TEXT_TO_VOICE_PREVIEW_STREAMStream a voice preview that was created via the /v1/text-to-voice/design endpoint.需要连接
Stream a voice preview that was created via the /v1/text-to-voice/design endpoint.
认证
需要 Connected AccountTags
Remix A Voice.ELEVENLABS_TEXT_TO_VOICE_REMIXRemix an existing voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use the generated_voice_id of the preferred preview with the /v1/text-to-voice endpoint.需要连接
Remix an existing voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use the generated_voice_id of the preferred preview with the /v1/text-to-voice endpoint.
认证
需要 Connected AccountTags
Transcribes SegmentsELEVENLABS_TRANSCRIBERegenerate the transcriptions for the specified segments. Does not automatically regenerate translations or dubs.需要连接
Regenerate the transcriptions for the specified segments. Does not automatically regenerate translations or dubs.
认证
需要 Connected AccountTags
Translates All Or Some Segments And LanguagesELEVENLABS_TRANSLATERegenerate the translations for either the entire resource or the specified segments/languages. Will automatically transcribe missing transcriptions. Will not automatically regenerate the dubs.需要连接
Regenerate the translations for either the entire resource or the specified segments/languages. Will automatically transcribe missing transcriptions. Will not automatically regenerate the dubs.
认证
需要 Connected AccountTags
Unassign Conversation TagELEVENLABS_UNASSIGN_CONVERSATION_TAG_ROUTERemove a single conversation tag from a conversation.需要连接
Remove a single conversation tag from a conversation.
认证
需要 Connected AccountTags
Unshare Workspace ResourceELEVENLABS_UNSHARE_RESOURCE_ENDPOINTRemoves any existing role on a workspace resource from a user, group, or workspace (service account) API key. To target a user or service account, pass only the user email; the user must be in your workspace. To target a group, pass only the group id. To target a workspace (service account) API key, pass the api key id; the resource will be unshared from the service account associated with that key. You must have admin access to the resource to unshare it. You cannot remove permissions from the user who created the resource.需要连接
Removes any existing role on a workspace resource from a user, group, or workspace (service account) API key. To target a user or service account, pass only the user email; the user must be in your workspace. To target a group, pass only the group id. To target a workspace (service account) API key, pass the api key id; the resource will be unshared from the service account associated with that key. You must have admin access to the resource to unshare it. You cannot remove permissions from the user who created the resource.
认证
需要 Connected AccountTags
Update Agent Response TestELEVENLABS_UPDATE_AGENT_RESPONSE_TEST_ROUTEUpdates an agent response test by ID.需要连接
Updates an agent response test by ID.
认证
需要 Connected AccountTags
Update Agent Test FolderELEVENLABS_UPDATE_AGENT_TEST_FOLDER_ROUTEUpdates an agent test folder. Currently only supports updating the folder name.需要连接
Updates an agent test folder. Currently only supports updating the folder name.
认证
需要 Connected AccountTags
Update Workspace Auth ConnectionELEVENLABS_UPDATE_AUTH_CONNECTIONUpdate an auth connection需要连接
Update an auth connection
认证
需要 Connected AccountTags
Update Agent BranchELEVENLABS_UPDATE_BRANCH_ROUTEUpdate agent branch properties such as archiving status and protection level需要连接
Update agent branch properties such as archiving status and protection level
认证
需要 Connected AccountTags
Update Conversation TagELEVENLABS_UPDATE_CONVERSATION_TAG_ROUTEUpdate a conversation tag's title and/or description. Restricted to the tag owner or a workspace admin.需要连接
Update a conversation tag's title and/or description. Restricted to the tag owner or a workspace admin.
认证
需要 Connected AccountTags
Update Convai Dashboard SettingsELEVENLABS_UPDATE_DASHBOARD_SETTINGS_ROUTEUpdate Convai dashboard settings for the workspace需要连接
Update Convai dashboard settings for the workspace
认证
需要 Connected AccountTags
Update DocumentELEVENLABS_UPDATE_DOCUMENT_ROUTEUpdate the name and/or content of a document.需要连接
Update the name and/or content of a document.
认证
需要 Connected AccountTags
Update Environment VariableELEVENLABS_UPDATE_ENVIRONMENT_VARIABLEReplace an environment variable's values. Use null to remove an environment (except production).需要连接
Replace an environment variable's values. Use null to remove an environment (except production).
认证
需要 Connected AccountTags
Update Music FinetuneELEVENLABS_UPDATE_FINETUNEUpdate a music finetune.需要连接
Update a music finetune.
认证
需要 Connected AccountTags
Update Mcp Server Approval PolicyELEVENLABS_UPDATE_MCP_SERVER_APPROVAL_POLICY_ROUTEUpdate the approval policy configuration for an MCP server. DEPRECATED: Use PATCH /mcp-servers/{id} endpoint instead.需要连接
Update the approval policy configuration for an MCP server. DEPRECATED: Use PATCH /mcp-servers/{id} endpoint instead.
认证
需要 Connected AccountTags
Update Mcp Server ConfigurationELEVENLABS_UPDATE_MCP_SERVER_CONFIG_ROUTEUpdate the configuration settings for an MCP server.需要连接
Update the configuration settings for an MCP server.
认证
需要 Connected AccountTags
Update Mcp Tool Configuration OverrideELEVENLABS_UPDATE_MCP_TOOL_CONFIG_OVERRIDE_ROUTEUpdate configuration overrides for a specific MCP tool.需要连接
Update configuration overrides for a specific MCP tool.
认证
需要 Connected AccountTags
Update Phone NumberELEVENLABS_UPDATE_PHONE_NUMBER_ROUTEUpdate assigned agent of a phone number需要连接
Update assigned agent of a phone number
认证
需要 Connected AccountTags
Update Procedure DraftELEVENLABS_UPDATE_PROCEDURE_DRAFT_ROUTECreate or update user's draft for a procedure需要连接
Create or update user's draft for a procedure
认证
需要 Connected AccountTags
Create Pronunciation DictionariesELEVENLABS_UPDATE_PRONUNCIATION_DICTIONARIESCreate a set of pronunciation dictionaries acting on a project. This will automatically mark text within this project as requiring reconverting where the new dictionary would apply or the old one no longer does.需要连接
Create a set of pronunciation dictionaries acting on a project. This will automatically mark text within this project as requiring reconverting where the new dictionary would apply or the old one no longer does.
认证
需要 Connected AccountTags
Update Convai Workspace SecretELEVENLABS_UPDATE_SECRET_ROUTEUpdate an existing secret for the workspace需要连接
Update an existing secret for the workspace
认证
需要 Connected AccountTags
Modify A Single SegmentELEVENLABS_UPDATE_SEGMENT_LANGUAGEModifies a single segment with new text and/or start/end times. Will update the values for only a specific language of a segment. Does not automatically regenerate the dub.需要连接
Modifies a single segment with new text and/or start/end times. Will update the values for only a specific language of a segment. Does not automatically regenerate the dub.
认证
需要 Connected AccountTags
Update Convai SettingsELEVENLABS_UPDATE_SETTINGS_ROUTEUpdate Convai settings for the workspace需要连接
Update Convai settings for the workspace
认证
需要 Connected AccountTags
Update Metadata For A SpeakerELEVENLABS_UPDATE_SPEAKERAmend the metadata associated with a speaker, such as their voice. Both voice cloning and using voices from the ElevenLabs library are supported.需要连接
Amend the metadata associated with a speaker, such as their voice. Both voice cloning and using voices from the ElevenLabs library are supported.
认证
需要 Connected AccountTags
Update Speech EngineELEVENLABS_UPDATE_SPEECH_ENGINEUpdate a Speech Engine resource (partial update)需要连接
Update a Speech Engine resource (partial update)
认证
需要 Connected AccountTags
Update ToolELEVENLABS_UPDATE_TOOL_ROUTEUpdate tool that is available in the workspace.需要连接
Update tool that is available in the workspace.
认证
需要 Connected AccountTags
Update Whatsapp AccountELEVENLABS_UPDATE_WHATSAPP_ACCOUNTUpdate a WhatsApp account需要连接
Update a WhatsApp account
认证
需要 Connected AccountTags
Update MemberELEVENLABS_UPDATE_WORKSPACE_MEMBERUpdates attributes of a workspace member. Apart from the email identifier, all parameters will remain unchanged unless specified. This endpoint may only be called by workspace administrators.需要连接
Updates attributes of a workspace member. Apart from the email identifier, all parameters will remain unchanged unless specified. This endpoint may only be called by workspace administrators.
认证
需要 Connected AccountTags
Get Workspace UsageELEVENLABS_USAGE_BY_PRODUCT_OVER_TIMEReturns credit usage broken down by product type over time. The response is a tabular structure with columns, column_types, column_units, and rows.需要连接
Returns credit usage broken down by product type over time. The response is a tabular structure with columns, column_types, column_units, and rows.
认证
需要 Connected AccountTags
Get Characters Usage Metrics (Deprecated)ELEVENLABS_USAGE_CHARACTERS(Deprecated) This endpoint is deprecated. Use /v1/workspace/analytics/query/usage-by-product-over-time instead, which exposes the bucket size as `interval_seconds` (an integer in seconds) rather than `aggregation_interval`. Returns the usage metrics for the current user or the entire workspace they are part of. The response provides a time axis based on the specified aggregation interval (default: day), with usage values for each interval along that axis. Usage is broken down by the selected breakdown type. For example, breakdown type "voice" will return the usage of each voice for each interval along the time axis.需要连接
(Deprecated) This endpoint is deprecated. Use /v1/workspace/analytics/query/usage-by-product-over-time instead, which exposes the bucket size as `interval_seconds` (an integer in seconds) rather than `aggregation_interval`. Returns the usage metrics for the current user or the entire workspace they are part of. The response provides a time axis based on the specified aggregation interval (default: day), with usage values for each interval along that axis. Usage is broken down by the selected breakdown type. For example, breakdown type "voice" will return the usage of each voice for each interval along the time axis.
认证
需要 Connected AccountTags
Make An Outbound Call Via WhatsappELEVENLABS_WHATSAPP_OUTBOUND_CALLMake an outbound call via WhatsApp需要连接
Make an outbound call via WhatsApp
认证
需要 Connected AccountTags
Send An Outbound Message Via WhatsappELEVENLABS_WHATSAPP_OUTBOUND_MESSAGESend an outbound message via WhatsApp需要连接
Send an outbound message via WhatsApp
认证
需要 Connected AccountTags