gempir

Untitled

Mar 28th, 2023
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. apikey.js
  2. window.ELEVENLABS_API_KEY = "YOUR_API_KEY";
  3.  
  4.  
  5.  
  6. index.html:
  7. <script src="apikey.js"></script>
  8.  
  9. ... rest of the <script> blocks you can get the key in there with window.ELEVENLABS_API_KEY
  10.  
Advertisement
Add Comment
Please, Sign In to add comment