Elevenlabs
Connector for the elevenlabs API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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>