Exposes the ElevenLabs speech-to-text API as a self-hosted HTTP server, enabling audio transcription and speaker diarization for sandboxed environments.
Sponsored
This self-hosted HTTP server acts as a wrapper for the ElevenLabs speech-to-text API, specifically designed to bypass limitations in sandboxed environments like Claude Cowork plugins that block direct outbound API calls. By running the server on the host machine, it ensures clean API calls, providing tools for transcribing audio files with speaker diarization and listing available ElevenLabs models. It supports both local development via Docker Compose with ngrok and production deployment on platforms like EC2 with reverse proxies.
주요 기능
01Transcribe audio using ElevenLabs Scribe v2
02List available ElevenLabs models
030 GitHub stars
04Self-hosted HTTP server for ElevenLabs API
05Designed to circumvent sandbox API call restrictions
06Supports speaker diarization
사용 사례
01Integrating ElevenLabs speech-to-text functionality into Claude Cowork plugins
02Providing a dedicated ElevenLabs API gateway for internal tools or services
03Overcoming outbound API call restrictions in sandboxed development environments