Go bindings for the ElevenLabs API. All bindings generated using the Eleven Labs OpenAPI spec and deepmap/oapi-codegen.
Set your API key
export XI_API_KEY={your_key}
Run the example
go run example/example.go -file output.mp3 -text 'hello, world!'
If ElevenLabs updates their API, you can update all bindings using
make update