ElevenLabs integration (AI, Design & Media). Imported from open-connector.
https://api.elevenlabs.io/user
/user/subscription
/models
/voices
/voices/{voiceId}
| Param | Type | Required | Description |
|---|---|---|---|
| voiceId | string | required | The voice ID to retrieve. |
| withSettings | boolean | optional | Whether the response should include voice settings. |
/voices
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Search voices by name, description, labels, or category. |
| category | string | optional | The voice category to filter by. |
| voiceType | string | optional | The voice type to filter by. |
| sort | string | optional | The field used to sort voices. |
| sortDirection | string | optional | The direction used to sort results. |
| fineTuningState | string | optional | The voice fine-tuning state to filter by. |
| collectionId | string | optional | Filter voices by collection ID. |
| voiceIds | array | optional | The voice IDs to look up. |
| pageSize | integer | optional | The maximum number of voices to return. |
| nextPageToken | string | optional | The pagination token returned by the previous response. |
| includeTotalCount | boolean | optional | Whether to include the total count in the response. |
/voices/{voiceId}/settings
| Param | Type | Required | Description |
|---|---|---|---|
| voiceId | string | required | The voice ID whose settings should be retrieved. |
/history
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The maximum number of history items to return. |
| voiceId | string | optional | Filter history items by voice ID. |
| startAfterHistoryItemId | string | optional | The history item ID to continue pagination after. |
/history/{historyItemId}
| Param | Type | Required | Description |
|---|---|---|---|
| historyItemId | string | required | The history item ID to retrieve. |
/history/{historyItemId}/audio
| Param | Type | Required | Description |
|---|---|---|---|
| historyItemId | string | required | The history item ID whose audio should be downloaded. |
/history/{historyItemId}
| Param | Type | Required | Description |
|---|---|---|---|
| historyItemId | string | required | The history item ID to delete. |