> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/integrations/integrations-elevenlabs.md).

# Integrations - ElevenLabs

<figure><img src="/files/7db01cd199075ea15c2ada41050b49ff7b38f58f" alt=""><figcaption></figcaption></figure>

Integration with ElevenLabs allows you to use advanced voice synthesis features directly in SprintHub. In this article, you will learn how to generate an API key and integrate it into your SprintHub account.

### Step-by-step to generate your API key on ElevenLabs

#### 1. Creating an account on ElevenLabs

To get started, visit the [ElevenLabs](https://www.elevenlabs.io/) website and create an account. After email confirmation and logging in, you will be ready to generate your API key.

<figure><img src="/files/51c780423904a63c4b6e8a977a67b395ab73597b" alt=""><figcaption></figcaption></figure>

#### 2. Generating the API key

On the main dashboard, click your username and locate the **"API Keys"**.

<figure><img src="/files/8c8b58a68ebafa8df70c3183b76be32a08a87079" alt=""><figcaption></figcaption></figure>

Click **"Create Key"** to generate a new API key.

<figure><img src="/files/3923bacad2b8f999c717c398d306fa2231287baa" alt=""><figcaption></figcaption></figure>

Name your key, for example, "SprintHub", and make sure it is set to public mode so it has all the necessary permissions for use.

<figure><img src="/files/19513cd0facd80ad4a3906af66a342d1050108d1" alt=""><figcaption></figcaption></figure>

Copy the generated API key, which will be used for the integration with SprintHub.

<figure><img src="/files/e8823e61e65fe6700654c9f4476d566946351710" alt=""><figcaption></figcaption></figure>

#### 3. Integrating the API key into SprintHub

Access the SprintHub platform and go to the **Integrations** section and choose the option **ElevenLabs**.

<figure><img src="/files/b287c37d54756790e039509a942c08179e42e9a0" alt=""><figcaption></figcaption></figure>

In the designated field, enter the API key you generated on ElevenLabs.

<figure><img src="/files/244236acfa607e0443ef1093d83b8208bee32fb7" alt=""><figcaption></figcaption></figure>

Click **Add** to finalize the integration.

#### 4. Testing the integration

After configuring your API key, the integration will be ready for use. You will be able to use voice synthesis functions directly in your ChatGPT Models in SprintHub; check the article below to learn more:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/integrations/integrations-elevenlabs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
