Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bolajiayodeji/elevenlabs-api-sandbox

Quick test of ElevenLabs API and client libraries.
https://github.com/bolajiayodeji/elevenlabs-api-sandbox

api elevenlabs elevenlabs-api elevenlabs-js javascript python

Last synced: about 1 month ago
JSON representation

Quick test of ElevenLabs API and client libraries.

Awesome Lists containing this project

README

        

# ElevenLabs API Sandbox

A quick test of [ElevenLabs](http://elevenlabs.io/?from=bolajiayodeji2995) 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:

```bash
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:

```bash
npm run build
npm run start

python /client/app.py
```