> ## Documentation Index
> Fetch the complete documentation index at: https://nango-wari-migrated-bigcommerce-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ElevenLabs

## Overview

<CardGroup cols={3}>
  <Card title="Pre-built tooling" icon="screwdriver-wrench" href="#pre-built-tooling" />

  <Card title="Pre-built integrations" icon="square-check" href="#pre-built-integrations" />

  <Card title="Access requirements" icon="triangle-exclamation" href="#access-requirements" />

  <Card title="Setup guide" icon="rocket" href="#setup-guide" />

  <Card title="Useful links" icon="circle-info" href="#useful-links" />

  <Card title="API gotchas" icon="biohazard" href="#api-gotchas" />
</CardGroup>

## Pre-built tooling

<AccordionGroup>
  <Accordion title="✅ Authorization">
    | Tools                             | Status |
    | --------------------------------- | ------ |
    | Pre-built authorization (API Key) | ✅      |
    | Pre-built authorization UI        | ✅      |
    | Custom authorization UI           | ✅      |
    | End-user authorization guide      | 🚫     |
    | Expired credentials detection     | ✅      |
  </Accordion>

  <Accordion title="✅ Read & write data">
    | Tools                                     | Status                         |
    | ----------------------------------------- | ------------------------------ |
    | Pre-built integrations                    | ✅                              |
    | API unification                           | ✅                              |
    | 2-way sync                                | ✅                              |
    | Webhooks from Nango on data modifications | ✅                              |
    | Real-time webhooks from 3rd-party API     | 🚫 (time to contribute: \<48h) |
    | Proxy requests                            | ✅                              |
  </Accordion>

  <Accordion title="✅ Observability & data quality">
    | Tools                   | Status |
    | ----------------------- | ------ |
    | HTTP request logging    | ✅      |
    | End-to-end type safety  | ✅      |
    | Data runtime validation | ✅      |
    | OpenTelemetry export    | ✅      |
    | Slack alerts on errors  | ✅      |
    | Integration status API  | ✅      |
  </Accordion>

  <Accordion title="✅ Customization">
    | Tools                              | Status                         |
    | ---------------------------------- | ------------------------------ |
    | Create or customize use-cases      | ✅                              |
    | Pre-configured pagination          | 🚫 (time to contribute: \<48h) |
    | Pre-configured rate-limit handling | 🚫 (time to contribute: \<48h) |
    | Per-customer configurations        | ✅                              |
  </Accordion>
</AccordionGroup>

### Others

| Function name                           | Description                                   | Type                                           | Source code                                                                                                                                      |
| --------------------------------------- | --------------------------------------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `add-pronunciation-dictionary-rules`    | Add rules to a pronunciation dictionary.      | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/add-pronunciation-dictionary-rules.ts)    |
| `create-agent`                          | Create a Conversational AI agent.             | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/create-agent.ts)                          |
| `delete-agent`                          | Delete a Conversational AI agent.             | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/delete-agent.ts)                          |
| `delete-conversation`                   | Delete a Conversational AI conversation.      | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/delete-conversation.ts)                   |
| `delete-dubbing-project`                | Delete a dubbing project.                     | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/delete-dubbing-project.ts)                |
| `delete-history-item`                   | Delete a history item.                        | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/delete-history-item.ts)                   |
| `delete-knowledge-base-document`        | Delete a knowledge base document.             | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/delete-knowledge-base-document.ts)        |
| `edit-voice-settings`                   | Update voice settings                         | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/edit-voice-settings.ts)                   |
| `get-agent`                             | Retrieve a Conversational AI agent            | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-agent.ts)                             |
| `get-conversation`                      | Retrieve a Conversational AI conversation.    | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-conversation.ts)                      |
| `get-default-voice-settings`            | Get the account default voice settings.       | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-default-voice-settings.ts)            |
| `get-dubbing-project`                   | Retrieve a dubbing project.                   | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-dubbing-project.ts)                   |
| `get-history-item`                      | Retrieve history item metadata.               | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-history-item.ts)                      |
| `get-knowledge-base-document`           | Retrieve a knowledge base document.           | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-knowledge-base-document.ts)           |
| `get-pronunciation-dictionary`          | Retrieve a pronunciation dictionary.          | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-pronunciation-dictionary.ts)          |
| `get-user-subscription`                 | Get subscription details.                     | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-user-subscription.ts)                 |
| `get-user`                              | Get user/account details.                     | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-user.ts)                              |
| `get-voice-settings`                    | Get settings for a specific voice.            | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-voice-settings.ts)                    |
| `get-voice`                             | Retrieve a voice.                             | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/get-voice.ts)                             |
| `list-agents`                           | List Conversational AI agents.                | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/list-agents.ts)                           |
| `list-conversations`                    | List Conversational AI conversations.         | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/list-conversations.ts)                    |
| `list-dubbing-projects`                 | List dubbing projects.                        | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/list-dubbing-projects.ts)                 |
| `list-history`                          | List generated history items.                 | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/list-history.ts)                          |
| `list-knowledge-base`                   | List knowledge base documents.                | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/list-knowledge-base.ts)                   |
| `list-models`                           | List models.                                  | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/list-models.ts)                           |
| `list-pronunciation-dictionaries`       | List pronunciation dictionaries.              | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/list-pronunciation-dictionaries.ts)       |
| `list-voices`                           | List voices                                   | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/list-voices.ts)                           |
| `remove-pronunciation-dictionary-rules` | Remove rules from a pronunciation dictionary. | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/remove-pronunciation-dictionary-rules.ts) |
| `update-agent`                          | Update a Conversational AI agent              | [Action](/guides/functions/action-functions)   | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/actions/update-agent.ts)                          |
| `agents`                                | Sync Conversational AI agents                 | [Sync](/guides/functions/syncs/sync-functions) | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/syncs/agents.ts)                                  |
| `history`                               | Sync history.                                 | [Sync](/guides/functions/syncs/sync-functions) | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/syncs/history.ts)                                 |
| `models`                                | Sync models.                                  | [Sync](/guides/functions/syncs/sync-functions) | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/syncs/models.ts)                                  |
| `pronunciation-dictionaries`            | Sync pronunciation dictionaries               | [Sync](/guides/functions/syncs/sync-functions) | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/syncs/pronunciation-dictionaries.ts)              |
| `voices`                                | Sync voices.                                  | [Sync](/guides/functions/syncs/sync-functions) | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/elevenlabs/syncs/voices.ts)                                  |

## Access requirements

| Pre-Requisites    | Status | Comment |
| ----------------- | ------ | ------- |
| Paid dev account  | ❓      |         |
| Paid test account | ❓      |         |
| Partnership       | ❓      |         |
| App review        | ❓      |         |
| Security audit    | ❓      |         |

## Setup guide

*No setup guide yet.*

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

<Note>Contribute improvements to the setup guide by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/elevenlabs.mdx)</Note>

## Useful links

* [ElevenLabs API docs](https://elevenlabs.io/docs/api-reference/getting-started)
* [Authentication and API key](https://elevenlabs.io/docs/api-reference/text-to-speech)

<Note>Contribute useful links by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/elevenlabs.mdx)</Note>

## API gotchas

* ElevenLabs uses API\_KEY auth mode with xi-api-key: `api_key` in the request header to access different endpoints.

<Note>Contribute API gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/elevenlabs.mdx)</Note>
