Skip to content

BolajiAyodeji/elevenlabs-api-sandbox

Repository files navigation

ElevenLabs API Sandbox

A quick test of ElevenLabs API and client libraries.


API

/api contains some code to interact with the API in JavaScript and Python. All you have to do is install the required dependencies and run the commands:

node /api/app.js

python /api/app.py

SDKs

/client contains some code to interact with ElevenLabs using their TypeScript and Python SDKs. All you have to do is install the required dependencies and run the commands:

npm run build
npm run start

python /client/app.py