Skip to content

Commit

Permalink
how to rotate ElevenLabs api key (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1 authored Aug 28, 2024
1 parent 8dcb2cc commit ea8bfd5
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 8 deletions.
17 changes: 9 additions & 8 deletions content/docs/introduction/_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
|-|-|-|
[Airbrake](/docs/tutorials/airbrake)|[Atlassian](/docs/tutorials/atlassian)|[AWS](/docs/tutorials/aws)|
[Azure DevOps](/docs/tutorials/azuredevops)|[Azure Function](/docs/tutorials/azurefunctionkey)|[Azure Search Admin](/docs/tutorials/azuresearchadmin)|
[Azure Search Query](/docs/tutorials/azuresearchquery)|[Azure Storage](/docs/tutorials/azure)|[Eraser](/docs/tutorials/eraser)|
[GCP](/docs/tutorials/gcp)|[GitHub](/docs/tutorials/github)|[GitLab](/docs/tutorials/gitlab)|
[Groq](/docs/tutorials/groq)|[Mailchimp](/docs/tutorials/mailchimp)|[MaxMind](/docs/tutorials/maxmind)|
[Microsoft Teams](/docs/tutorials/microsoftteams)|[MongoDB](/docs/tutorials/mongo)|[Netlify](/docs/tutorials/netlify)|
[NPM](/docs/tutorials/npm)|[OpenAI](/docs/tutorials/openai)|[Sendbird](/docs/tutorials/sendbird)|
[Sendgrid](/docs/tutorials/sendgrid)|[Slack](/docs/tutorials/slack)|[Slack Webhook](/docs/tutorials/slack-webhook)|
[Sourcegraph](/docs/tutorials/sourcegraph)|[Square](/docs/tutorials/square)|[Stripe](/docs/tutorials/stripe)|
[Sumo Logic](/docs/tutorials/sumologic)|[Tailscale](/docs/tutorials/tailscale)|[Twilio](/docs/tutorials/twilio)|
[Azure Search Query](/docs/tutorials/azuresearchquery)|[Azure Storage](/docs/tutorials/azure)|[Eleven Labs](/docs/tutorials/elevenlabs)|
[Eraser](/docs/tutorials/eraser)|[GCP](/docs/tutorials/gcp)|[GitHub](/docs/tutorials/github)|
[GitLab](/docs/tutorials/gitlab)|[Groq](/docs/tutorials/groq)|[Mailchimp](/docs/tutorials/mailchimp)|
[MaxMind](/docs/tutorials/maxmind)|[Microsoft Teams](/docs/tutorials/microsoftteams)|[MongoDB](/docs/tutorials/mongo)|
[Netlify](/docs/tutorials/netlify)|[NPM](/docs/tutorials/npm)|[OpenAI](/docs/tutorials/openai)|
[Sendbird](/docs/tutorials/sendbird)|[Sendgrid](/docs/tutorials/sendgrid)|[Slack](/docs/tutorials/slack)|
[Slack Webhook](/docs/tutorials/slack-webhook)|[Sourcegraph](/docs/tutorials/sourcegraph)|[Square](/docs/tutorials/square)|
[Stripe](/docs/tutorials/stripe)|[Sumo Logic](/docs/tutorials/sumologic)|[Tailscale](/docs/tutorials/tailscale)|
[Twilio](/docs/tutorials/twilio)|
29 changes: 29 additions & 0 deletions content/docs/tutorials/elevenlabs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: ElevenLabs
---

*This tutorial provides step-by-step instructions on how to rotate a Eleven Labs API key.*

---

## Revoke old API key / Generate new API key

### Step 1 - Navigate to the ElevenLabs [Dashboard](https://elevenlabs.io/app/speech-synthesis)

### Step 2 - Click on your profile picture on bottom of the left panel.
#### Step 2a - Click on 'Profile + API Key'. (this will open a new modal)
![](/images/elevenlabs/1.png)

### 3.On the 'Profile Settings' modal you can find the old key under 'API Key'.
#### 3a. Click 'Regenerate' button next to the old key. (this will open a new modal)
![](/images/elevenlabs/2.png)

### 4. Click 'Confirm' on the 'Reset API Key' modal. (this generates a new key and revokes the old)
![](/images/elevenlabs/3.png)

### 5. Copy the new key and store it in a password manager or secure vault.

---

## Resources
- [ElevenLabs's Docs](https://help.elevenlabs.io/hc/en-us/articles/14599447207697-How-to-authorize-yourself-using-your-xi-api-key)
Binary file added themes/compose/static/images/elevenlabs/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/elevenlabs/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/elevenlabs/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea8bfd5

Please sign in to comment.