Ecosystem/ElevenLabs

ElevenLabs

Tempo
Audio5 endpointsFrom $0.030 /req

Text-to-speech, speech-to-text, and voice cloning APIs. Generate natural-sounding speech with multiple voices and transcribe audio with Scribe.

View documentation

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (3)

Transcribe audio to text using Scribe.

Path/services/elevenlabs/v1/speech-to-text
MethodPOST
Price$0.050 per request

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/elevenlabs/v1/speech-to-text" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "text": "Hello, welcome to IndieGent!",
  "model_id": "eleven_multilingual_v2"
}'

Free (2)

IndieGent Endpoint

api.indiegent.com/services/elevenlabs

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli