Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bolajiayodeji/elevenlabs-api-sandbox
- Owner: BolajiAyodeji
- Created: 2024-01-25T10:42:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T17:16:38.000Z (10 months ago)
- Last Synced: 2024-05-02T01:48:25.673Z (7 months ago)
- Topics: api, elevenlabs, elevenlabs-api, elevenlabs-js, javascript, python
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jspython /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 startpython /client/app.py
```