Introduction

You can interact with the API through HTTP or Websocket requests from any language, via our official Python bindings or our official Node.js libraries.

To install the official Python bindings, run the following command:

$pip install elevenlabs

To install the official Node.js library, run the following command in your Node.js project directory:

$npm install elevenlabs