Elevenlabs
ElevenLabs is an AI voice platform for generating speech, cloning voices, and building text-to-speech audio applications.
- Base URL:
https://api.elevenlabs.io - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_generated_items_v1_history_get— GET /v1/history — Get Generated Itemsget_audio_from_history_item_v1_history_history_i— GET /v1/history/{history_item_id}/audio — Get Audio From History Itemget_user_info_v1_user_get— GET /v1/user — Get User Infoget_user_subscription_info_v1_user_subscription_— GET /v1/user/subscription — Get User Subscription Infoget_voices_v1_voices_get— GET /v1/voices — Get Voicesget_default_voice_settings_v1_voices_settings_de— GET /v1/voices/settings/default — Get Default Voice Settings.
Inputs
apiKey— your elevenlabs API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_generated_items_v1_history_get
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get_generated_items_v1_history_get, get_audio_from_history_item_v1_history_history_i, get_user_info_v1_user_get, get_user_subscription_info_v1_user_subscription_, get_voices_v1_voices_get, get_default_voice_settings_v1_voices_settings_de |
history_item_id |
string | no | — | Path parameter history_item_id (required by some operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |