← Tools Reference

ElevenLabs

ElevenLabs integration (AI, Design & Media). Imported from open-connector.

API key11 toolshttps://api.elevenlabs.io
GET
elevenlabs_get_user_info
Get the current ElevenLabs user profile together with the embedded subscription snapshot.

/user

GET
elevenlabs_get_user_subscription_info
Get the current ElevenLabs subscription details for the authenticated user.

/user/subscription

GET
elevenlabs_get_models
List the available ElevenLabs models and their text-to-speech capabilities.

/models

GET
elevenlabs_get_voices
List the available ElevenLabs voices with their key metadata and settings.

/voices

GET
elevenlabs_get_voice
Get one ElevenLabs voice by voice ID, with optional settings included.

/voices/{voiceId}

2 parameters
ParamTypeRequiredDescription
voiceIdstringrequiredThe voice ID to retrieve.
withSettingsbooleanoptionalWhether the response should include voice settings.
GET
elevenlabs_search_voices
Search ElevenLabs voices with v2 pagination, filtering, sorting, and optional total count.

/voices

11 parameters
ParamTypeRequiredDescription
searchstringoptionalSearch voices by name, description, labels, or category.
categorystringoptionalThe voice category to filter by.
voiceTypestringoptionalThe voice type to filter by.
sortstringoptionalThe field used to sort voices.
sortDirectionstringoptionalThe direction used to sort results.
fineTuningStatestringoptionalThe voice fine-tuning state to filter by.
collectionIdstringoptionalFilter voices by collection ID.
voiceIdsarrayoptionalThe voice IDs to look up.
pageSizeintegeroptionalThe maximum number of voices to return.
nextPageTokenstringoptionalThe pagination token returned by the previous response.
includeTotalCountbooleanoptionalWhether to include the total count in the response.
GET
elevenlabs_get_voice_settings
Get the synthesis settings configured for one ElevenLabs voice.

/voices/{voiceId}/settings

1 parameter
ParamTypeRequiredDescription
voiceIdstringrequiredThe voice ID whose settings should be retrieved.
GET
elevenlabs_get_generated_items
List generated ElevenLabs history items with pagination and optional voice filtering.

/history

3 parameters
ParamTypeRequiredDescription
pageSizeintegeroptionalThe maximum number of history items to return.
voiceIdstringoptionalFilter history items by voice ID.
startAfterHistoryItemIdstringoptionalThe history item ID to continue pagination after.
GET
elevenlabs_get_history_item_by_id
Get one ElevenLabs history item by history item ID without downloading its audio.

/history/{historyItemId}

1 parameter
ParamTypeRequiredDescription
historyItemIdstringrequiredThe history item ID to retrieve.
GET
elevenlabs_get_audio_from_history_item
Download the audio for one ElevenLabs history item and upload the binary result to connector transit storage.

/history/{historyItemId}/audio

1 parameter
ParamTypeRequiredDescription
historyItemIdstringrequiredThe history item ID whose audio should be downloaded.
DELETE
elevenlabs_delete_history_item
Delete one ElevenLabs history item by history item ID.

/history/{historyItemId}

1 parameter
ParamTypeRequiredDescription
historyItemIdstringrequiredThe history item ID to delete.