ElevenLabs

Tools

Name & DescriptionType
ELEVENLABS_ADD_PROJECTUse to create a new ElevenLabs project for text-to-speech synthesis (e.
action
ELEVENLABS_DELETE_PROJECTUse to irreversibly delete a specific project by its `project id`; the project must exist and be accessible, and this action cannot be undone.
action
ELEVENLABS_GET_PROJECTSFetches a list of all projects and their details associated with the user's ElevenLabs account; this is a read-only operation.
action
ELEVENLABS_GET_PROJECT_BY_IDUse to retrieve all details for a specific project, including its chapters and their conversion statuses, by providing the project's unique id.
action
ELEVENLABS_ADD_A_PRONUNCIATION_DICTIONARYAdds a new pronunciation dictionary from a lexicon file to improve speech synthesis accuracy.
action
ELEVENLABS_ADD_RULES_TO_THE_PRONUNCIATION_DICTIONARYAdds one or more custom pronunciation rules (alias or phoneme) to an existing pronunciation dictionary.
action
ELEVENLABS_ADD_SHARING_VOICEAdds an existing, shareable voice to a specified user's ElevenLabs account library under a new custom name, requiring the user's public id and the voice id.
action
ELEVENLABS_ADD_VOICEAdds a custom voice, requiring a `name` and a `files` list with at least one audio sample, to initiate cloning; returns `voice id` but voice is not immediately usable for synthesis.
action
ELEVENLABS_CONVERT_CHAPTERConverts the textual content of a chapter, identified by `chapter id` within a `project id`, into audio format.
action
ELEVENLABS_CONVERT_PROJECTConverts an existing ElevenLabs studio project, including all its chapters and using its configured settings and voices, into speech.
action
ELEVENLABS_CREATES_AUDIONATIVE_ENABLED_PROJECTCreates an ElevenLabs audionative project, generating an embeddable audio player from a provided content file using text-to-speech, allowing customization of player appearance, audio settings, and conversion options.
action
ELEVENLABS_CREATE_A_PREVIOUSLY_GENERATED_VOICEFinalizes the creation of a voice using its `generated voice id` from a previous generation step by assigning a name, description, and optional labels.
action
ELEVENLABS_DELETE_CHAPTERIrreversibly deletes a specific, existing chapter from an existing project, typically to remove unwanted or obsolete content.
action
ELEVENLABS_DELETE_DUBBING_PROJECTPermanently deletes a dubbing project by its id; this action is irreversible and the project cannot be recovered.
action
ELEVENLABS_DELETE_HISTORY_ITEMPermanently deletes a specific history item (including its audio file and metadata) using its `history item id`; this operation is irreversible and should be used with caution.
action
ELEVENLABS_DELETE_SAMPLEPermanently deletes a specific voice sample for a given voice id; this action is irreversible.
action
ELEVENLABS_DELETE_VOICEPermanently and irreversibly deletes a specific custom voice using its `voice id`; the voice must exist and the authenticated user must have permission to delete it.
action
ELEVENLABS_DOWNLOAD_HISTORY_ITEMSDownloads audio clips from history by id(s), returning a single file or a zip archive, with an optional output format (e.
action
ELEVENLABS_DUB_A_VIDEO_OR_AN_AUDIOFILE_V_1_DUBBING_POSTDeprecated: use `dub a video or an audio file` instead; dubs a video/audio file, requiring 'file' or 'source url', 'target lang', and 'csv file' if 'mode' is 'manual'.
action
ELEVENLABS_DUB_A_VIDEO_OR_AN_AUDIO_FILEDub a video or audio file into a specified target language, requiring 'file' or 'source url', 'target lang', and 'csv file' if 'mode' is 'manual'.
action
ELEVENLABS_EDIT_VOICEUpdates the name, audio files, description, or labels for an existing voice model specified by `voice id`.
action
ELEVENLABS_EDIT_VOICE_SETTINGSEdits key voice settings (e.
action
ELEVENLABS_GENERATE_A_RANDOM_VOICEGenerates a unique, random ElevenLabs text-to-speech voice based on input text and specified voice characteristics.
action
ELEVENLABS_GET_AUDIO_FROM_HISTORY_ITEMRetrieves the audio content for a specific history item from ElevenLabs, using a `history item id` that must correspond to a previously generated audio.
action
ELEVENLABS_GET_AUDIO_FROM_SAMPLERetrieves the audio for a given `sample id` that must belong to the specified `voice id`.
action
ELEVENLABS_GET_A_PROFILE_PAGERetrieves the public profile information for an existing ElevenLabs user based on their unique handle.
action
ELEVENLABS_GET_CHAPTERSRetrieves a list of all chapters, their details, and conversion status for a project, useful for managing content or tracking progress.
action
ELEVENLABS_GET_CHAPTER_BY_IDFetches comprehensive details for a specific chapter within a given project, including its metadata (name, id), conversion status, progress, download availability, and content statistics.
action
ELEVENLABS_GET_CHAPTER_SNAPSHOTSRetrieves all saved version snapshots for a specific chapter within a given project, enabling review of its history or reversion to prior states.
action
ELEVENLABS_GET_DEFAULT_VOICE_SETTINGSRetrieves the ElevenLabs text-to-speech service's default voice settings (stability, similarity boost, style, speaker boost) that are applied when no voice-specific or request-specific settings are provided.
action
ELEVENLABS_GET_DUBBED_FILERetrieves an existing dubbed audio file for a specific `dubbing id` and `language code`.
action
ELEVENLABS_GET_DUBBING_PROJECT_METADATARetrieves metadata and status for a specific dubbing project by its id.
action
ELEVENLABS_GET_GENERATED_ITEMSRetrieves metadata for a list of generated audio items from history, supporting pagination and optional filtering by voice id.
action
ELEVENLABS_GET_HISTORY_ITEM_BY_IDRetrieves detailed information (excluding the audio file) for a specific audio generation history item from ElevenLabs, using its unique id.
action
ELEVENLABS_GET_METADATA_FOR_A_PRONUNCIATION_DICTIONARYRetrieves metadata for a specific, existing pronunciation dictionary from ElevenLabs using its id.
action
ELEVENLABS_GET_MODELSRetrieves a detailed list of all available ElevenLabs text-to-speech (tts) models and their capabilities.
action
ELEVENLABS_GET_MODELS_V_1_MODELS_GETDeprecated: use the 'get models' action instead; formerly retrieved available ElevenLabs text-to-speech (tts) models.
action
ELEVENLABS_GET_PROJECT_SNAPSHOTSRetrieves all available snapshots (saved states or versions) for an existing project, enabling history tracking, version comparison, or accessing specific states for playback/processing, particularly in text-to-speech workflows.
action
ELEVENLABS_GET_PRONUNCIATION_DICTIONARIESRetrieves a paginated list of pronunciation dictionaries, used to customize how specific words or phrases are pronounced by the text-to-speech (tts) engine.
action
ELEVENLABS_GET_PRON_DICT_VERSIONDownloads the pronunciation lexicon specification (pls) file for an existing version of a pronunciation dictionary from ElevenLabs, used to customize tts pronunciation.
action
ELEVENLABS_GET_SHARED_VOICESRetrieves a paginated and filterable list of shared voices from the ElevenLabs voice library.
action
ELEVENLABS_GET_SSO_PROVIDER_ADMINRetrieves the sso provider configuration for a specified workspace, typically for review purposes, and will indicate if no configuration exists.
action
ELEVENLABS_GET_TRANSCRIPT_FOR_DUBRetrieves the textual transcript for a specified dubbing project and language, if one exists for that language in the project.
action
ELEVENLABS_GET_USER_INFORetrieves detailed information about the authenticated ElevenLabs user's account, including subscription, usage, API key, and status.
action
ELEVENLABS_GET_USER_INFO_V_1_USER_GETDeprecated: retrieves authenticated user's account details; use 'get user info' instead.
action
ELEVENLABS_GET_USER_SUBSCRIPTION_INFORetrieves detailed subscription information for the currently authenticated ElevenLabs user.
action
ELEVENLABS_GET_VOICERetrieves comprehensive details for a specific, existing voice by its `voice id`, optionally including its settings.
action
ELEVENLABS_GET_VOICESRetrieves a list of all available voices along with their detailed attributes and settings.
action
ELEVENLABS_GET_VOICES_V_1_VOICES_GETDeprecated: use 'get voices' to retrieve a list of all available voices with their details.
action
ELEVENLABS_GET_VOICE_SETTINGSRetrieves the stability, similarity, style, and speaker boost settings for a specific, existing ElevenLabs voice using its `voice id`.
action
ELEVENLABS_REDIRECT_TO_MINTLIFYRetrieves the content of the official ElevenLabs API documentation page hosted on mintlify.
action
ELEVENLABS_REMOVE_RULES_FROM_THE_PRONUNCIATION_DICTIONARYPermanently removes exact-match pronunciation rules from a specified ElevenLabs pronunciation dictionary using a list of rule strings; non-matching rule strings are ignored and this action cannot add or modify rules.
action
ELEVENLABS_SPEECH_TO_SPEECHConverts an input audio file to speech using a specified voice; if a `model id` is provided, it must support speech-to-speech conversion.
action
ELEVENLABS_SPEECH_TO_SPEECH_STREAMINGConverts an input audio stream to a different voice output stream in real-time, using a specified speech-to-speech model.
action
ELEVENLABS_STREAMS_ARCHIVE_WITH_PROJECT_AUDIOArchives an existing project snapshot by its id, creating a permanent, immutable, and typically irreversible copy of its state.
action
ELEVENLABS_STREAM_CHAPTER_AUDIOStreams the audio for a specified chapter snapshot from an ElevenLabs project, optionally converting the output to mpeg format.
action
ELEVENLABS_STREAM_PROJECT_AUDIOStreams audio from a specific project snapshot, optionally converting it to mpeg format.
action
ELEVENLABS_TEXT_TO_SPEECHConverts text to speech using a specified ElevenLabs voice and model, returning a downloadable audio file.
action
ELEVENLABS_TEXT_TO_SPEECH_STREAMConverts text to a spoken audio stream, allowing latency optimization, specific output formats (some tier-dependent), and custom pronunciations; ensure the chosen model supports text-to-speech and text is preferably under 5000 characters.
action
ELEVENLABS_UPDATE_PRONUNCIATION_DICTIONARIESUpdates a project's pronunciation dictionaries on ElevenLabs to improve text-to-speech accuracy for specialized terms; note that while multiple dictionaries can be applied, the ui only displays the first.
action
ELEVENLABS_VOICE_GENERATION_PARAMETERSFetches configurable parameters for ElevenLabs voice generation, used to determine available settings (e.
action

Details

Installs

More than 1000

Actions

61

Triggers

0