> 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>

The 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 guide to generate your API key in ElevenLabs

#### 1. Creating an account on ElevenLabs

To get started, access the [ElevenLabs](https://www.elevenlabs.io/) website and create an account. After confirming your email 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

In the main dashboard, click on your username and locate the section **"API Keys"**.

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

Click on **"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 in public mode so that 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 in 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** area and choose the option **ElevenLabs**.

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

In the indicated field, enter the API key you generated in ElevenLabs.

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

Click on **Add** to complete the integration.

#### 4. Testing the integration

After configuring your API key, the integration will be ready to 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.
