elevenlabs / elevenlabs-docs

Documentation for elevenlabs.io/docs
https://elevenlabs.io/docs
64 stars 276 forks source link

Headers not included in code examples #429

Closed DeceptiveMagic closed 2 weeks ago

DeceptiveMagic commented 2 weeks ago

Path: /api-reference/delete-voice

The api requires the user to input the xi-api-key but does not have any place to put the xi-api-key. None of the code has examples for how to include the headers.

louisjoecodes commented 2 weeks ago

The documentation API references are interactive, if you click on the Header card, it should let you plug in an API key. Screenshot 2024-10-18 at 16 19 33

DeceptiveMagic commented 2 weeks ago

Thank you. I did not try editing the box since I knew I only wanted to make changes within my code, never actually typing in the interactive box. Once I tested this, it updated the python code on the side, allowing me to see how it should be implemented. I appreciate the quick response.